Skip to content

Commit 65c5e84

Browse files
committed
bump version
1 parent 762aa77 commit 65c5e84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102

103103
setup(
104104
name='textdistance',
105-
version='4.6.0',
105+
version='4.6.1',
106106

107107
author='orsinium',
108108
author_email='gram@orsinium.dev',

textdistance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# main package info
88
__title__ = 'TextDistance'
9-
__version__ = '4.6.0'
9+
__version__ = '4.6.1'
1010
__author__ = 'Gram (@orsinium)'
1111
__license__ = 'MIT'
1212

0 commit comments

Comments
 (0)