Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeer-Noorani committed Jan 24, 2025
1 parent 57c91af commit 8dd0ded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sag-py-execution-time-decorator"
version = "2.1.1"
version = "2.1.2"
description = "A decorator for methods to log the execution time (sync and async)"
authors = ["Samhammer AG"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setuptools.setup(
name="sag-py-execution-time-decorator",
version="2.1.1",
version="2.1.2",
description="A decorator for methods to log the execution time (sync and async)",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 8dd0ded

Please sign in to comment.