We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04bcd3c commit 64c121eCopy full SHA for 64c121e
setup.py
@@ -86,7 +86,7 @@
86
87
setup(
88
name='textdistance',
89
- version='4.3.0',
+ version='4.4.0',
90
91
author='orsinium',
92
author_email='gram@orsinium.dev',
textdistance/__init__.py
@@ -6,7 +6,7 @@
6
7
# main package info
8
__title__ = 'TextDistance'
9
-__version__ = '4.3.0'
+__version__ = '4.4.0'
10
__author__ = 'Gram (@orsinium)'
11
__license__ = 'MIT'
12
0 commit comments