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 ccb3e2e commit 4d34eb9Copy full SHA for 4d34eb9
setup.py
@@ -6,7 +6,7 @@
6
if os.path.exists("dist"):
7
shutil.rmtree("dist")
8
9
-VERSION = "0.1.1"
+VERSION = "0.1.2"
10
11
12
def write_version_py(filename="SigProfilerAssignment/version.py"):
@@ -15,7 +15,7 @@ def write_version_py(filename="SigProfilerAssignment/version.py"):
15
# THIS FILE IS GENERATED FROM SigProfilerAssignment SETUP.PY
16
short_version = '%(version)s'
17
version = '%(version)s'
18
-Update = 'v0.1.1: Update cosmic fit and decompose fit to use SV COSMIC signatures.'
+Update = 'v0.1.2: Add matrix input format processing'
19
20
21
"""
0 commit comments