Skip to content

Commit 82e77db

Browse files
committed
reduce template complexity for msvc
1 parent 3712ba4 commit 82e77db

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/pythonbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
matrix:
5454
os: [ubuntu-18.04, windows-latest, macos-latest]
5555
env:
56-
CIBW_SKIP: cp27-win* pp27-win* pp36-win*
56+
CIBW_SKIP: cp27-win* pp27-win*
5757

5858
steps:
5959
- uses: actions/checkout@v1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.0
1+
0.12.1

src/rapidfuzz-cpp

Submodule rapidfuzz-cpp updated from 397cb33 to 606eeeb

src/rapidfuzz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"""
44
__author__ = "Max Bachmann"
55
__license__ = "MIT"
6-
__version__ = "0.12.0"
6+
__version__ = "0.12.1"
77

88
from rapidfuzz import process, fuzz, levenshtein, utils

0 commit comments

Comments
 (0)