Skip to content

Commit

Permalink
release 2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Jun 22, 2022
1 parent 1c583e8 commit 29abf8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Max Bachmann'

# The full version, including alpha/beta/rc tags
release = '2.0.11'
release = '2.0.12'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion rapidfuzz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
__author__ = "Max Bachmann"
__license__ = "MIT"
__version__ = "2.0.11"
__version__ = "2.0.12"

from rapidfuzz import (
process,
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

setup(
name="rapidfuzz",
version="2.0.11",
install_requires=["jarowinkler >= 1.0.2, < 1.1.0"],
version="2.0.12",
install_requires=["jarowinkler >= 1.0.3, < 1.1.0"],
extras_require={'full': ['numpy']},
url="https://github.com/maxbachmann/RapidFuzz",
author="Max Bachmann",
Expand Down

0 comments on commit 29abf8f

Please sign in to comment.