From 5ff81be2731888e2b66394b54f1dbfa1ed1d9324 Mon Sep 17 00:00:00 2001 From: Patrick Erdelt Date: Tue, 20 Jun 2023 15:52:26 +0200 Subject: [PATCH] Update setup.py V0.6.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c27a729e..afd21cc6 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="bexhoma", - version="0.6.3", + version="0.6.4", author="Patrick 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.",