diff --git a/pyproject.toml b/pyproject.toml index d844c16..a3fcf0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sag-py-fastapi-request-id" -version = "1.0.0" +version = "1.0.1" description = "Adds an unique identifiert to fastapi requests" authors = ["Samhammer AG"] license = "MIT" diff --git a/setup.py b/setup.py index 27b886f..da44fc4 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setuptools.setup( name="sag-py-fastapi-request-id", - version="1.0.0", + version="1.0.1", description="Adds an unique identifiert to fastapi requests", long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown",