Skip to content

Commit

Permalink
reduce template complexity for msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Sep 30, 2020
1 parent 3712ba4 commit 82e77db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
matrix:
os: [ubuntu-18.04, windows-latest, macos-latest]
env:
CIBW_SKIP: cp27-win* pp27-win* pp36-win*
CIBW_SKIP: cp27-win* pp27-win*

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.0
0.12.1
2 changes: 1 addition & 1 deletion src/rapidfuzz-cpp
Submodule rapidfuzz-cpp updated from 397cb3 to 606eee
2 changes: 1 addition & 1 deletion src/rapidfuzz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"""
__author__ = "Max Bachmann"
__license__ = "MIT"
__version__ = "0.12.0"
__version__ = "0.12.1"

from rapidfuzz import process, fuzz, levenshtein, utils

0 comments on commit 82e77db

Please sign in to comment.