From dd4c67bb0922ad46ab33c6c36a4c1294d8fae0b8 Mon Sep 17 00:00:00 2001 From: Patrick Erdelt Date: Wed, 14 Feb 2024 12:29:08 +0100 Subject: [PATCH] Update setup.py v0.7.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0541727b..8483fca1 100644 --- a/setup.py +++ b/setup.py @@ -8,8 +8,8 @@ setuptools.setup( name="bexhoma", - version="0.6.7", - author="Patrick Erdelt", + version="0.7.0", + 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.", long_description=long_description,