Skip to content

Commit

Permalink
bump 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimes committed Oct 31, 2017
1 parent ef1c131 commit 34f9f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mmh3module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ initmmh3(void)
if (module == NULL)
INITERROR;

PyModule_AddStringConstant(module, "__version__", "2.5");
PyModule_AddStringConstant(module, "__version__", "2.5.1");

struct module_state *st = GETSTATE(module);

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
sources = ['mmh3module.cpp', 'MurmurHash3.cpp'])

setup(name = 'mmh3',
version = '2.5',
version = '2.5.1',
description = 'Python library for MurmurHash (MurmurHash3), a set of fast and robust hash functions.',
license = 'License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication',
author = 'Hajime Senuma',
Expand Down

0 comments on commit 34f9f11

Please sign in to comment.