From bbbb392c56fd51f86fd1f1227f2f41f13e02c366 Mon Sep 17 00:00:00 2001 From: Ryan SVIHLA Date: Wed, 19 May 2021 08:20:26 +0200 Subject: [PATCH] updated versions (#65) --- pysper/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pysper/__init__.py b/pysper/__init__.py index 39d2d94..e726df4 100644 --- a/pysper/__init__.py +++ b/pysper/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. """top level module for sperf python port""" -VERSION = "0.6.8" +VERSION = "0.6.11" diff --git a/setup.py b/setup.py index 3e30f26..d604274 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="sperf", - version="0.6.8", + version="0.6.11", description="Diagnostic utility for DSE and Cassandra", url="https://www.github.com/DataStax-Toolkit/sperf", scripts=["scripts/sperf"],