Skip to content

Commit

Permalink
chore: prepare patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTheC committed Dec 4, 2023
1 parent bd6f82c commit 478788f
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
Expand Up @@ -27,7 +27,7 @@ target-version = "py312"

[tool.poetry]
name = "strongtyping"
version = "3.12.0"
version = "3.12.1"
description = "Decorator which checks whether the function is called with the correct type of parameters"
authors = ["FelixTheC <felixeisenmenger@gmx.net>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="strongtyping",
version="3.12.0",
version="3.12.1",
description="Decorator which checks whether the function is called with the correct type of parameters",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 478788f

Please sign in to comment.