From e5b1360119d369c541f25137910c80dcbec23dc8 Mon Sep 17 00:00:00 2001 From: mdbarnesUCSD Date: Fri, 12 Apr 2024 12:51:57 -0700 Subject: [PATCH] Upgrade v1.3.22: Update input_processing index.name handling to be more robust. --- setup.py | 4 ++-- sigProfilerPlotting/version.py | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 63c897d..0e55918 100644 --- a/setup.py +++ b/setup.py @@ -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"): @@ -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") diff --git a/sigProfilerPlotting/version.py b/sigProfilerPlotting/version.py index edf220a..5ac356e 100644 --- a/sigProfilerPlotting/version.py +++ b/sigProfilerPlotting/version.py @@ -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.' \ No newline at end of file