Skip to content

Commit 6383b63

Browse files
committed
(2)
1 parent 197ae4e commit 6383b63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def get_system_bits():
127127
)
128128

129129

130-
VERSION = "0.4.9"
130+
VERSION = "0.4.8"
131131
URL = "https://github.com/escherba/python-cityhash"
132132

133133

src/cityhash.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Python wrapper for CityHash
1010

1111
__author__ = "Eugene Scherba"
1212
__email__ = "escherba+cityhash@gmail.com"
13-
__version__ = '0.4.9'
13+
__version__ = '0.4.8'
1414
__all__ = [
1515
"CityHash32",
1616
"CityHash64",

0 commit comments

Comments
 (0)