Skip to content

Commit

Permalink
Merge pull request #76 from AlexandrovLab/marcos-diazg-patch-1
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
marcos-diazg authored Feb 22, 2023
2 parents 9b1eb3c + 177397b commit 7fef91c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
if os.path.exists("dist"):
shutil.rmtree("dist")

VERSION = '0.0.26'
VERSION = '0.0.27'


def write_version_py(filename='SigProfilerAssignment/version.py'):
Expand All @@ -15,7 +15,7 @@ def write_version_py(filename='SigProfilerAssignment/version.py'):
# THIS FILE IS GENERATED FROM SigProfilerAssignment SETUP.PY
short_version = '%(version)s'
version = '%(version)s'
Update = 'v0.0.26: Clear decomposition plots from memory'
Update = 'v0.0.27: Update README'
"""
Expand Down

0 comments on commit 7fef91c

Please sign in to comment.