Skip to content

Commit

Permalink
Upgrade v1.3.22: Update input_processing index.name handling to be mo…
Browse files Browse the repository at this point in the history
…re robust.
  • Loading branch information
mdbarnesUCSD committed Apr 12, 2024
1 parent e5977db commit e5b1360
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def readme():
return f.read()


VERSION = "1.3.21"
VERSION = "1.3.22"


def write_version_py(filename="sigProfilerPlotting/version.py"):
Expand All @@ -23,7 +23,7 @@ def write_version_py(filename="sigProfilerPlotting/version.py"):
# THIS FILE IS GENERATED FROM SIGPROFILERPLOTTING SETUP.PY
short_version = '%(version)s'
version = '%(version)s'
update = 'Upgrade v1.3.21: Add CLI and container updates'
update = 'Upgrade v1.3.22: Update input_processing index.name handling to be more robust.'
"""
fh = open(filename, "w")
Expand Down
6 changes: 3 additions & 3 deletions sigProfilerPlotting/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# THIS FILE IS GENERATED FROM SIGPROFILERPLOTTING SETUP.PY
short_version = '1.3.20'
version = '1.3.20'
update = 'Upgrade v1.3.20: Add np.ndarray to process_input'
short_version = '1.3.22'
version = '1.3.22'
update = 'Upgrade v1.3.22: Update input_processing index.name handling to be more robust.'


0 comments on commit e5b1360

Please sign in to comment.