We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b7238 commit d3e1f6dCopy full SHA for d3e1f6d
setup.py
@@ -105,7 +105,7 @@
105
106
setup(
107
name='textdistance',
108
- version='4.4.0',
+ version='4.5.0',
109
110
author='orsinium',
111
author_email='gram@orsinium.dev',
textdistance/__init__.py
@@ -6,7 +6,7 @@
6
7
# main package info
8
__title__ = 'TextDistance'
9
-__version__ = '4.4.0'
+__version__ = '4.5.0'
10
__author__ = 'Gram (@orsinium)'
11
__license__ = 'MIT'
12
0 commit comments