Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Aug 21, 2022
1 parent 04bcd3c commit 64c121e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

setup(
name='textdistance',
version='4.3.0',
version='4.4.0',

author='orsinium',
author_email='gram@orsinium.dev',
Expand Down
2 changes: 1 addition & 1 deletion textdistance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# main package info
__title__ = 'TextDistance'
__version__ = '4.3.0'
__version__ = '4.4.0'
__author__ = 'Gram (@orsinium)'
__license__ = 'MIT'

Expand Down

0 comments on commit 64c121e

Please sign in to comment.