Skip to content

Commit d3e1f6d

Browse files
committed
bump version
1 parent 19b7238 commit d3e1f6d

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
@@ -105,7 +105,7 @@
105105

106106
setup(
107107
name='textdistance',
108-
version='4.4.0',
108+
version='4.5.0',
109109

110110
author='orsinium',
111111
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.4.0'
9+
__version__ = '4.5.0'
1010
__author__ = 'Gram (@orsinium)'
1111
__license__ = 'MIT'
1212

0 commit comments

Comments
 (0)