Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
v0.6.1
  • Loading branch information
perdelt committed Dec 2, 2022
1 parent 5cab3f4 commit eb93543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="bexhoma",
version="0.6.0",
version="0.6.1",
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.",
Expand All @@ -32,4 +32,4 @@
tpcds=bexhoma.scripts.tpcds:do_benchmark
bexperiments=bexhoma.scripts.experimentsmanager:manage
''',
)
)

0 comments on commit eb93543

Please sign in to comment.