Skip to content

Commit 493f581

Browse files
committed
updated to version 0.0.5
1 parent a86bec7 commit 493f581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
if os.path.exists("dist"):
77
shutil.rmtree("dist")
88

9-
VERSION = '0.0.4'
9+
VERSION = '0.0.5'
1010

1111

1212
with open('README.md') as f:
@@ -18,7 +18,7 @@ def write_version_py(filename='SigProfilerAssignment/version.py'):
1818
# THIS FILE IS GENERATED FROM SigProfilerAssignment SETUP.PY
1919
short_version = '%(version)s'
2020
version = '%(version)s'
21-
Update = 'Enabling linking options with SigProfilerExtractor'
21+
Update = 'Enabling linking options with SigProfilerExtractor and can support different context types and devopts'
2222
2323
"""
2424
fh = open(filename, 'w')

0 commit comments

Comments
 (0)