Skip to content

Commit

Permalink
Bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimes committed Mar 24, 2023
1 parent bbfc70b commit ac8de99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmh3module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ PyMODINIT_FUNC PyInit_mmh3(void)
if (module == NULL)
INITERROR;

PyModule_AddStringConstant(module, "__version__", "3.0.0");
PyModule_AddStringConstant(module, "__version__", "3.1.0");

struct module_state *st = GETSTATE(module);

Expand Down

0 comments on commit ac8de99

Please sign in to comment.