diff --git a/pyproject.toml b/pyproject.toml index 376a316..b963c26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sag-py-web-common" -version = "1.0.0" +version = "1.0.1" description = "Small helper functions for web projects" authors = ["Samhammer AG"] license = "MIT" diff --git a/setup.py b/setup.py index c457e2b..ff4f3bb 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setuptools.setup( name="sag-py-web-common", - version="1.0.0", + version="1.0.1", description="Small helper functions for web projects", long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown",