We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86bec7 commit 493f581Copy full SHA for 493f581
setup.py
@@ -6,7 +6,7 @@
6
if os.path.exists("dist"):
7
shutil.rmtree("dist")
8
9
-VERSION = '0.0.4'
+VERSION = '0.0.5'
10
11
12
with open('README.md') as f:
@@ -18,7 +18,7 @@ def write_version_py(filename='SigProfilerAssignment/version.py'):
18
# THIS FILE IS GENERATED FROM SigProfilerAssignment SETUP.PY
19
short_version = '%(version)s'
20
version = '%(version)s'
21
-Update = 'Enabling linking options with SigProfilerExtractor'
+Update = 'Enabling linking options with SigProfilerExtractor and can support different context types and devopts'
22
23
"""
24
fh = open(filename, 'w')
0 commit comments