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 83e2599 commit 508161dCopy full SHA for 508161d
setup.py
@@ -6,7 +6,7 @@
6
if os.path.exists("dist"):
7
shutil.rmtree("dist")
8
9
-VERSION = '0.0.18'
+VERSION = '0.0.19'
10
11
with open('README.md') as f:
12
long_description = f.read()
@@ -17,7 +17,7 @@ def write_version_py(filename='SigProfilerAssignment/version.py'):
17
# THIS FILE IS GENERATED FROM SigProfilerAssignment SETUP.PY
18
short_version = '%(version)s'
19
version = '%(version)s'
20
-Update = '(1) Import decomposition plots from SPA (2) Resolve issue with m_for_subgroups (3) Expand tests'
+Update = '(1) Add probabilities per mutation'
21
22
"""
23
fh = open(filename, 'w')
0 commit comments