Skip to content

Commit 17c7ed8

Browse files
authored
updating v0.0.10
1 parent c478fc2 commit 17c7ed8

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.9'
9+
VERSION = '0.0.10'
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 = '1. Make consistent MutationType column 2. Update subgroups'
21+
Update = '1. Reset reference genome to GRCh37 if a not supported genome is selected. 2. Add support for COSMIC exome reference signatures'
2222
2323
"""
2424
fh = open(filename, 'w')

0 commit comments

Comments
 (0)