From 0feceb4cd6903580b823081f4f52633bd6496ea1 Mon Sep 17 00:00:00 2001 From: Patrick Erdelt Date: Fri, 12 Jul 2024 17:21:05 +0200 Subject: [PATCH] Bump to version v.0.7.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8483fca1e..e2924b2b7 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="bexhoma", - version="0.7.0", + version="0.7.1", author="Patrick K. Erdelt", author_email="perdelt@beuth-hochschule.de", description="This python tools helps managing DBMS benchmarking experiments in a Kubernetes-based HPC cluster environment. It enables users to configure hardware / software setups for easily repeating tests over varying configurations.",