We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 197ae4e commit 6383b63Copy full SHA for 6383b63
setup.py
@@ -127,7 +127,7 @@ def get_system_bits():
127
)
128
129
130
-VERSION = "0.4.9"
+VERSION = "0.4.8"
131
URL = "https://github.com/escherba/python-cityhash"
132
133
src/cityhash.pyx
@@ -10,7 +10,7 @@ Python wrapper for CityHash
10
11
__author__ = "Eugene Scherba"
12
__email__ = "escherba+cityhash@gmail.com"
13
-__version__ = '0.4.9'
+__version__ = '0.4.8'
14
__all__ = [
15
"CityHash32",
16
"CityHash64",
0 commit comments