From 99eb5396af79c269bf7c1d24472a1a20cb809973 Mon Sep 17 00:00:00 2001 From: "Filip.Stefanak" Date: Wed, 18 Oct 2017 11:43:37 +0200 Subject: [PATCH] Bump version to 1.0.1 --- bounter/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bounter/__init__.py b/bounter/__init__.py index 50ba3cf..97d4c25 100644 --- a/bounter/__init__.py +++ b/bounter/__init__.py @@ -7,7 +7,7 @@ # This code is distributed under the terms and conditions # from the MIT License (MIT). -__version__ = '1.0.1rc1' +__version__ = '1.0.1' from .count_min_sketch import CountMinSketch from bounter_htc import HT_Basic as HashTable diff --git a/setup.py b/setup.py index ccd3665..9b9b6b7 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def read(fname): setup( name='bounter', - version='1.0.1rc1', + version='1.0.1', description='Counter for large datasets', long_description=read('README.rst'),