diff --git a/setup.py b/setup.py index c637a82..b5e47ea 100644 --- a/setup.py +++ b/setup.py @@ -127,7 +127,7 @@ def get_system_bits(): ) -VERSION = "0.4.2" +VERSION = "0.4.3" URL = "https://github.com/escherba/python-cityhash" diff --git a/src/cityhashcrc.cpp b/src/cityhashcrc.cpp index 8b0befb..ea95723 100644 --- a/src/cityhashcrc.cpp +++ b/src/cityhashcrc.cpp @@ -1374,7 +1374,7 @@ static const char __pyx_k_main[] = "__main__"; static const char __pyx_k_name[] = "__name__"; static const char __pyx_k_seed[] = "seed"; static const char __pyx_k_test[] = "__test__"; -static const char __pyx_k_0_4_2[] = "0.4.2"; +static const char __pyx_k_0_4_3[] = "0.4.3"; static const char __pyx_k_email[] = "__email__"; static const char __pyx_k_tseed[] = "tseed"; static const char __pyx_k_author[] = "__author__"; @@ -1397,7 +1397,7 @@ static const char __pyx_k_CityHashCrc128WithSeed[] = "CityHashCrc128WithSeed"; static const char __pyx_k_escherba_cityhash_gmail_com[] = "escherba+cityhash@gmail.com"; static const char __pyx_k_has_incorrect_type_expected[] = "' has incorrect type: expected "; static const char __pyx_k_Python_wrapper_for_CityHash_CRC[] = "\nPython wrapper for CityHash-CRC\n"; -static PyObject *__pyx_kp_u_0_4_2; +static PyObject *__pyx_kp_u_0_4_3; static PyObject *__pyx_kp_u_Argument; static PyObject *__pyx_n_s_CityHashCrc128; static PyObject *__pyx_n_u_CityHashCrc128; @@ -2412,7 +2412,7 @@ static struct PyModuleDef __pyx_moduledef = { #endif static __Pyx_StringTabEntry __pyx_string_tab[] = { - {&__pyx_kp_u_0_4_2, __pyx_k_0_4_2, sizeof(__pyx_k_0_4_2), 0, 1, 0, 0}, + {&__pyx_kp_u_0_4_3, __pyx_k_0_4_3, sizeof(__pyx_k_0_4_3), 0, 1, 0, 0}, {&__pyx_kp_u_Argument, __pyx_k_Argument, sizeof(__pyx_k_Argument), 0, 1, 0, 0}, {&__pyx_n_s_CityHashCrc128, __pyx_k_CityHashCrc128, sizeof(__pyx_k_CityHashCrc128), 0, 0, 1, 1}, {&__pyx_n_u_CityHashCrc128, __pyx_k_CityHashCrc128, sizeof(__pyx_k_CityHashCrc128), 0, 1, 0, 1}, @@ -2811,7 +2811,7 @@ if (!__Pyx_RefNanny) { * * __author__ = "Eugene Scherba" # <<<<<<<<<<<<<< * __email__ = "escherba+cityhash@gmail.com" - * __version__ = '0.4.2' + * __version__ = '0.4.3' */ if (PyDict_SetItem(__pyx_d, __pyx_n_s_author, __pyx_kp_u_Eugene_Scherba) < 0) __PYX_ERR(0, 11, __pyx_L1_error) @@ -2819,7 +2819,7 @@ if (!__Pyx_RefNanny) { * * __author__ = "Eugene Scherba" * __email__ = "escherba+cityhash@gmail.com" # <<<<<<<<<<<<<< - * __version__ = '0.4.2' + * __version__ = '0.4.3' * __all__ = [ */ if (PyDict_SetItem(__pyx_d, __pyx_n_s_email, __pyx_kp_u_escherba_cityhash_gmail_com) < 0) __PYX_ERR(0, 12, __pyx_L1_error) @@ -2827,15 +2827,15 @@ if (!__Pyx_RefNanny) { /* "cityhashcrc.pyx":13 * __author__ = "Eugene Scherba" * __email__ = "escherba+cityhash@gmail.com" - * __version__ = '0.4.2' # <<<<<<<<<<<<<< + * __version__ = '0.4.3' # <<<<<<<<<<<<<< * __all__ = [ * "CityHashCrc128", */ - if (PyDict_SetItem(__pyx_d, __pyx_n_s_version, __pyx_kp_u_0_4_2) < 0) __PYX_ERR(0, 13, __pyx_L1_error) + if (PyDict_SetItem(__pyx_d, __pyx_n_s_version, __pyx_kp_u_0_4_3) < 0) __PYX_ERR(0, 13, __pyx_L1_error) /* "cityhashcrc.pyx":14 * __email__ = "escherba+cityhash@gmail.com" - * __version__ = '0.4.2' + * __version__ = '0.4.3' * __all__ = [ # <<<<<<<<<<<<<< * "CityHashCrc128", * "CityHashCrc128WithSeed", diff --git a/src/cityhashcrc.pyx b/src/cityhashcrc.pyx index e9b8436..a5b06d0 100644 --- a/src/cityhashcrc.pyx +++ b/src/cityhashcrc.pyx @@ -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", diff --git a/src/farmhash.cpp b/src/farmhash.cpp index 0b4d5fe..e9c80b5 100644 --- a/src/farmhash.cpp +++ b/src/farmhash.cpp @@ -1378,7 +1378,7 @@ static const char __pyx_k_main[] = "__main__"; static const char __pyx_k_name[] = "__name__"; static const char __pyx_k_seed[] = "seed"; static const char __pyx_k_test[] = "__test__"; -static const char __pyx_k_0_4_2[] = "0.4.2"; +static const char __pyx_k_0_4_3[] = "0.4.3"; static const char __pyx_k_email[] = "__email__"; static const char __pyx_k_seed0[] = "seed0"; static const char __pyx_k_seed1[] = "seed1"; @@ -1410,7 +1410,7 @@ static const char __pyx_k_FarmHash64WithSeeds[] = "FarmHash64WithSeeds"; static const char __pyx_k_Python_wrapper_for_FarmHash[] = "\nPython wrapper for FarmHash\n"; static const char __pyx_k_escherba_cityhash_gmail_com[] = "escherba+cityhash@gmail.com"; static const char __pyx_k_has_incorrect_type_expected[] = "' has incorrect type: expected "; -static PyObject *__pyx_kp_u_0_4_2; +static PyObject *__pyx_kp_u_0_4_3; static PyObject *__pyx_kp_u_Argument; static PyObject *__pyx_kp_u_Eugene_Scherba; static PyObject *__pyx_n_s_FarmHash128; @@ -4229,7 +4229,7 @@ static struct PyModuleDef __pyx_moduledef = { #endif static __Pyx_StringTabEntry __pyx_string_tab[] = { - {&__pyx_kp_u_0_4_2, __pyx_k_0_4_2, sizeof(__pyx_k_0_4_2), 0, 1, 0, 0}, + {&__pyx_kp_u_0_4_3, __pyx_k_0_4_3, sizeof(__pyx_k_0_4_3), 0, 1, 0, 0}, {&__pyx_kp_u_Argument, __pyx_k_Argument, sizeof(__pyx_k_Argument), 0, 1, 0, 0}, {&__pyx_kp_u_Eugene_Scherba, __pyx_k_Eugene_Scherba, sizeof(__pyx_k_Eugene_Scherba), 0, 1, 0, 0}, {&__pyx_n_s_FarmHash128, __pyx_k_FarmHash128, sizeof(__pyx_k_FarmHash128), 0, 0, 1, 1}, @@ -4727,7 +4727,7 @@ if (!__Pyx_RefNanny) { * * __author__ = "Eugene Scherba" # <<<<<<<<<<<<<< * __email__ = "escherba+cityhash@gmail.com" - * __version__ = '0.4.2' + * __version__ = '0.4.3' */ if (PyDict_SetItem(__pyx_d, __pyx_n_s_author, __pyx_kp_u_Eugene_Scherba) < 0) __PYX_ERR(0, 11, __pyx_L1_error) @@ -4735,7 +4735,7 @@ if (!__Pyx_RefNanny) { * * __author__ = "Eugene Scherba" * __email__ = "escherba+cityhash@gmail.com" # <<<<<<<<<<<<<< - * __version__ = '0.4.2' + * __version__ = '0.4.3' * __all__ = [ */ if (PyDict_SetItem(__pyx_d, __pyx_n_s_email, __pyx_kp_u_escherba_cityhash_gmail_com) < 0) __PYX_ERR(0, 12, __pyx_L1_error) @@ -4743,15 +4743,15 @@ if (!__Pyx_RefNanny) { /* "farmhash.pyx":13 * __author__ = "Eugene Scherba" * __email__ = "escherba+cityhash@gmail.com" - * __version__ = '0.4.2' # <<<<<<<<<<<<<< + * __version__ = '0.4.3' # <<<<<<<<<<<<<< * __all__ = [ * "FarmHash32", */ - if (PyDict_SetItem(__pyx_d, __pyx_n_s_version, __pyx_kp_u_0_4_2) < 0) __PYX_ERR(0, 13, __pyx_L1_error) + if (PyDict_SetItem(__pyx_d, __pyx_n_s_version, __pyx_kp_u_0_4_3) < 0) __PYX_ERR(0, 13, __pyx_L1_error) /* "farmhash.pyx":14 * __email__ = "escherba+cityhash@gmail.com" - * __version__ = '0.4.2' + * __version__ = '0.4.3' * __all__ = [ # <<<<<<<<<<<<<< * "FarmHash32", * "FarmHash32WithSeed", diff --git a/src/farmhash.pyx b/src/farmhash.pyx index 744816a..f5f37bf 100644 --- a/src/farmhash.pyx +++ b/src/farmhash.pyx @@ -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",