Skip to content

Commit 64c121e

Browse files
committed
bump version
1 parent 04bcd3c commit 64c121e

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
@@ -86,7 +86,7 @@
8686

8787
setup(
8888
name='textdistance',
89-
version='4.3.0',
89+
version='4.4.0',
9090

9191
author='orsinium',
9292
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.3.0'
9+
__version__ = '4.4.0'
1010
__author__ = 'Gram (@orsinium)'
1111
__license__ = 'MIT'
1212

0 commit comments

Comments
 (0)