From bbb3e0166d90cb2a48a03bc8cb8983c0ce2c18e3 Mon Sep 17 00:00:00 2001 From: Patrick Erdelt Date: Mon, 9 Jan 2023 08:00:22 +0100 Subject: [PATCH] Update setup.py v0.6.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index abd6eb6a..bf7039d4 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="bexhoma", - version="0.6.1", + version="0.6.2", 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.",