Skip to content

Commit 63538ec

Browse files
committed
version bump
1 parent 452f8f4 commit 63538ec

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def get_system_bits():
127127
)
128128

129129

130-
VERSION = "0.4.0.post1"
130+
VERSION = "0.4.0.post2"
131131
URL = "https://github.com/escherba/python-cityhash"
132132

133133

src/cityhash.pyx

Lines changed: 1 addition & 1 deletion
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.0.post1'
13+
__version__ = '0.4.0.post2'
1414
__all__ = [
1515
"CityHash32",
1616
"CityHash64",

src/cityhashcrc.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Python wrapper for CityHash-CRC
1010

1111
__author__ = "Eugene Scherba"
1212
__email__ = "escherba+cityhash@gmail.com"
13-
__version__ = '0.4.0.post0'
13+
__version__ = '0.4.0.post2'
1414
__all__ = [
1515
"CityHashCrc128",
1616
"CityHashCrc128WithSeed",

src/farmhash.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Python wrapper for FarmHash
1010

1111
__author__ = "Eugene Scherba"
1212
__email__ = "escherba+cityhash@gmail.com"
13-
__version__ = '0.4.0.post1'
13+
__version__ = '0.4.0.post2'
1414
__all__ = [
1515
"FarmHash32",
1616
"FarmHash32WithSeed",

0 commit comments

Comments
 (0)