Skip to content

Commit bdc4428

Browse files
committed
bump up version
1 parent 6c37241 commit bdc4428

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def is_pure(self):
6969
include_dirs=INCLUDE_DIRS)
7070
)
7171

72-
VERSION = '0.0.12'
72+
VERSION = '0.0.13'
7373
URL = "https://github.com/escherba/python-metrohash"
7474

7575
setup(

src/metrohash.cpp

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/metrohash.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A Python wrapper for MetroHash, a fast non-cryptographic hashing algorithm
66

77
__author__ = "Eugene Scherba"
88
__email__ = "escherba+metrohash@gmail.com"
9-
__version__ = "0.0.12"
9+
__version__ = "0.0.13"
1010
__all__ = [
1111
"metrohash64", "metrohash128",
1212
"MetroHash64", "MetroHash128",

0 commit comments

Comments
 (0)