Skip to content

Commit 5e0f2ab

Browse files
committed
bump version to 4.2.0
1 parent bc3a31c commit 5e0f2ab

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
@@ -78,7 +78,7 @@
7878

7979
setup(
8080
name='textdistance',
81-
version='4.1.5',
81+
version='4.2.0',
8282

8383
author='orsinium',
8484
author_email='master_fess@mail.ru',

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.1.5'
9+
__version__ = '4.2.0'
1010
__author__ = 'Gram (@orsinium)'
1111
__license__ = 'MIT'
1212

0 commit comments

Comments
 (0)