Skip to content

Commit 508161d

Browse files
authored
Update setup.py
1 parent 83e2599 commit 508161d

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.18'
9+
VERSION = '0.0.19'
1010

1111
with open('README.md') as f:
1212
long_description = f.read()
@@ -17,7 +17,7 @@ def write_version_py(filename='SigProfilerAssignment/version.py'):
1717
# THIS FILE IS GENERATED FROM SigProfilerAssignment SETUP.PY
1818
short_version = '%(version)s'
1919
version = '%(version)s'
20-
Update = '(1) Import decomposition plots from SPA (2) Resolve issue with m_for_subgroups (3) Expand tests'
20+
Update = '(1) Add probabilities per mutation'
2121
2222
"""
2323
fh = open(filename, 'w')

0 commit comments

Comments
 (0)