Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Apr 24, 2024
1 parent 482f349 commit bcd2174
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 @@ -102,7 +102,7 @@

setup(
name='textdistance',
version='4.6.1',
version='4.6.2',

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.6.1'
__version__ = '4.6.2'
__author__ = 'Gram (@orsinium)'
__license__ = 'MIT'

Expand Down

0 comments on commit bcd2174

Please sign in to comment.