From 478788fe419b0e8c7b1f3767090a95c72361a7fb Mon Sep 17 00:00:00 2001 From: felix Date: Mon, 4 Dec 2023 21:53:14 +0100 Subject: [PATCH] chore: prepare patch release --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b2be022..26eb065 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT" diff --git a/setup.py b/setup.py index 2168483..559ad65 100644 --- a/setup.py +++ b/setup.py @@ -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",