Skip to content

Commit

Permalink
Merge pull request #25 from RaRe-Technologies/release_version
Browse files Browse the repository at this point in the history
Bump version to 1.0.1
  • Loading branch information
isamaru authored Oct 18, 2017
2 parents c0688cf + 99eb539 commit 859bf5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bounter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),

Expand Down

0 comments on commit 859bf5f

Please sign in to comment.