Skip to content

Commit

Permalink
v1.2.5
Browse files Browse the repository at this point in the history
- fix bug
  • Loading branch information
yatengLG committed Oct 15, 2024
1 parent bb94cd3 commit bed86e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ISAT/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# @Author : LG

__author__ = 'yatengLG'
__version__ = '1.2.4'
__version__ = '1.2.5'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_install_requires():
'shapely',
'hydra-core>=1.3.2',
'tqdm>=4.66.1',
'fuzzywuzzy'
'fuzzywuzzy',
'python-Levenshtein'
],

Expand Down

0 comments on commit bed86e4

Please sign in to comment.