Skip to content

Commit

Permalink
Upgrade to version 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yolandab committed Sep 15, 2023
1 parent 73b2372 commit 37bda3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0
2.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 37bda3d

Please sign in to comment.