We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762aa77 commit 65c5e84Copy full SHA for 65c5e84
setup.py
@@ -102,7 +102,7 @@
102
103
setup(
104
name='textdistance',
105
- version='4.6.0',
+ version='4.6.1',
106
107
author='orsinium',
108
author_email='gram@orsinium.dev',
textdistance/__init__.py
@@ -6,7 +6,7 @@
6
7
# main package info
8
__title__ = 'TextDistance'
9
-__version__ = '4.6.0'
+__version__ = '4.6.1'
10
__author__ = 'Gram (@orsinium)'
11
__license__ = 'MIT'
12
0 commit comments