Skip to content

Commit e9718c5

Browse files
committed
bump version
1 parent 53d4a92 commit e9718c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102

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

107107
author='orsinium',
108108
author_email='[email protected]',

textdistance/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

0 commit comments

Comments
 (0)