diff --git a/.docs/README_template.rst b/.docs/README_template.rst index 05302c0..9291b8e 100644 --- a/.docs/README_template.rst +++ b/.docs/README_template.rst @@ -2,7 +2,7 @@ wrapt_timeout_decorator ======================= -Version v1.3.2 as of 2022-03-02 see `Changelog`_ +Version v1.3.3 as of 2022-03-10 see `Changelog`_ .. include:: ./badges.rst diff --git a/README.rst b/README.rst index ad2989b..8628f22 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ wrapt_timeout_decorator ======================= -Version v1.3.2 as of 2022-03-02 see `Changelog`_ +Version v1.3.3 as of 2022-03-10 see `Changelog`_ |build_badge| |license| |jupyter| |pypi| |pypi-downloads| |black| @@ -844,6 +844,10 @@ This software is licensed under the `MIT license str: setup_kwargs: Dict[str, Any] = dict() setup_kwargs["name"] = "wrapt_timeout_decorator" -setup_kwargs["version"] = "v1.3.2" +setup_kwargs["version"] = "v1.3.3" setup_kwargs["url"] = "https://github.com/bitranox/wrapt_timeout_decorator" setup_kwargs["packages"] = find_packages() setup_kwargs["package_data"] = {"wrapt_timeout_decorator": ["py.typed", "*.pyi", "__init__.pyi"]} diff --git a/wrapt_timeout_decorator/__init__conf__.py b/wrapt_timeout_decorator/__init__conf__.py index baecd9d..c6d7130 100644 --- a/wrapt_timeout_decorator/__init__conf__.py +++ b/wrapt_timeout_decorator/__init__conf__.py @@ -2,7 +2,7 @@ name = "wrapt_timeout_decorator" title = "The better timout decorator" -version = "v1.3.2" +version = "v1.3.3" url = "https://github.com/bitranox/wrapt_timeout_decorator" author = "Robert Nowotny" author_email = "bitranox@gmail.com" @@ -17,7 +17,7 @@ def print_info() -> None: The better timout decorator - Version : v1.3.2 + Version : v1.3.3 Url : https://github.com/bitranox/wrapt_timeout_decorator Author : Robert Nowotny Email : bitranox@gmail.com"""