From 37bda3d67681a60bb3d25a89fc449c956a565cda Mon Sep 17 00:00:00 2001 From: yolandab Date: Fri, 15 Sep 2023 10:54:55 +0200 Subject: [PATCH] Upgrade to version 2.1 --- VERSION.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index cd5ac039..879b416e 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -2.0 +2.1 diff --git a/setup.py b/setup.py index 7da7f453..69f685be 100644 --- a/setup.py +++ b/setup.py @@ -158,7 +158,7 @@ def setup_packages(): # compute which libraries were built metadata = dict(name="Hecuba", - version="2.0", + version="2.1", package_dir={'hecuba': 'hecuba_py/hecuba', 'storage': 'storageAPI/storage'}, packages=['hecuba', 'storage'], # find_packages(), install_requires=['cassandra-driver>=3.7.1', 'numpy>=1.16'],