Skip to content

Commit 9eb602b

Browse files
committed
verison update
1 parent 4b9c0fe commit 9eb602b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sag-py-fastapi-request-id"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Adds an unique identifiert to fastapi requests"
55
authors = ["Samhammer AG"]
66
license = "MIT"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setuptools.setup(
1313
name="sag-py-fastapi-request-id",
14-
version="1.0.0",
14+
version="1.0.1",
1515
description="Adds an unique identifiert to fastapi requests",
1616
long_description=LONG_DESCRIPTION,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)