Skip to content

Commit

Permalink
bump to v0.4.3 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
escherba authored Nov 14, 2022
1 parent 5c5182a commit 71736f5
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def get_system_bits():
)


VERSION = "0.4.2"
VERSION = "0.4.3"
URL = "https://github.com/escherba/python-cityhash"


Expand Down
16 changes: 8 additions & 8 deletions src/cityhashcrc.cpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/cityhashcrc.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Python wrapper for CityHash-CRC

__author__ = "Eugene Scherba"
__email__ = "escherba+cityhash@gmail.com"
__version__ = '0.4.2'
__version__ = '0.4.3'
__all__ = [
"CityHashCrc128",
"CityHashCrc128WithSeed",
Expand Down
16 changes: 8 additions & 8 deletions src/farmhash.cpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/farmhash.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Python wrapper for FarmHash

__author__ = "Eugene Scherba"
__email__ = "escherba+cityhash@gmail.com"
__version__ = '0.4.2'
__version__ = '0.4.3'
__all__ = [
"FarmHash32",
"FarmHash32WithSeed",
Expand Down

0 comments on commit 71736f5

Please sign in to comment.