diff --git a/docs/changelog.rst b/docs/changelog.rst index c7ec18e..69da912 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,10 @@ Change log ========== +v0.1.7 <2022-xx-xx> +------------------- + + v0.1.6 <2022-01-29> ------------------- diff --git a/setup.py b/setup.py index 0f75369..b1ddce6 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ platform_is_windows = sys.platform == "win32" -version = "0.1.6" +version = "0.1.7" min_cython_ver = "0.21.0" try: