We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3a31c commit 5e0f2abCopy full SHA for 5e0f2ab
setup.py
@@ -78,7 +78,7 @@
78
79
setup(
80
name='textdistance',
81
- version='4.1.5',
+ version='4.2.0',
82
83
author='orsinium',
84
author_email='master_fess@mail.ru',
textdistance/__init__.py
@@ -6,7 +6,7 @@
6
7
# main package info
8
__title__ = 'TextDistance'
9
-__version__ = '4.1.5'
+__version__ = '4.2.0'
10
__author__ = 'Gram (@orsinium)'
11
__license__ = 'MIT'
12
0 commit comments