Skip to content

Commit bed86e4

Browse files
committed
v1.2.5
- fix bug
1 parent bb94cd3 commit bed86e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ISAT/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# @Author : LG
33

44
__author__ = 'yatengLG'
5-
__version__ = '1.2.4'
5+
__version__ = '1.2.5'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def get_install_requires():
6060
'shapely',
6161
'hydra-core>=1.3.2',
6262
'tqdm>=4.66.1',
63-
'fuzzywuzzy'
63+
'fuzzywuzzy',
6464
'python-Levenshtein'
6565
],
6666

0 commit comments

Comments
 (0)