Skip to content

Commit 1b08fbd

Browse files
committed
bump version to 0.2.3
1 parent 8d7a2dd commit 1b08fbd

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def is_pure(self):
6767
)
6868

6969

70-
VERSION = '0.2.2'
70+
VERSION = '0.2.3'
7171
URL = "https://github.com/escherba/python-cityhash"
7272

7373

src/cityhash.cpp

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

src/cityhash.pyx

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

77
__author__ = "Alexander [Amper] Marshalov"
88
__email__ = "alone.amper+cityhash@gmail.com"
9-
__version__ = '0.2.2'
9+
__version__ = '0.2.3'
1010
__all__ = ["CityHash32",
1111
"CityHash64",
1212
"CityHash64WithSeed",

0 commit comments

Comments
 (0)