File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 "
131131URL = "https://github.com/escherba/python-cityhash"
132132
133133
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments