Skip to content

Commit ca36143

Browse files
committed
Update to v0.0.18
1 parent bf8cc0b commit ca36143

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 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.17'
9+
VERSION = '0.0.18'
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 = 'Fix TMB plot y-axis when using exome parameter'
20+
Update = '(1) Import decomposition plots from SPA (2) Resolve issue with m_for_subgroups (3) Expand tests'
2121
2222
"""
2323
fh = open(filename, 'w')
@@ -27,7 +27,7 @@ def write_version_py(filename='SigProfilerAssignment/version.py'):
2727
'scipy>=1.6.3',
2828
'numpy>=1.21.2',
2929
'pandas>=1.2.4',
30-
'SigProfilerMatrixGenerator>=1.2.12',
30+
'SigProfilerMatrixGenerator>=1.2.13',
3131
'sigProfilerPlotting>=1.3.2',
3232
'pillow',
3333
'statsmodels>=0.9.0',

0 commit comments

Comments
 (0)