diff --git a/pyproject.toml b/pyproject.toml index ce17fdd..efb7e51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "reportity" -version = "1.23.2" +version = "1.23.3" description = "this is the best package for reports" authors = [{ name = "Yonatan Faigenbaum", email = "fnatanoy@gmail.com"}] license = {text = "MIT"} @@ -41,7 +41,7 @@ Homepage = "https://github.com/fnatanoy/reportity" dev = ["bumpver", "build", "twine"] [tool.bumpver] -current_version = "1.23.2" +current_version = "1.23.3" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" tag_message = "{new_version}" diff --git a/reportity/__init__.py b/reportity/__init__.py index ba94a48..4d4a234 100644 --- a/reportity/__init__.py +++ b/reportity/__init__.py @@ -1,2 +1,2 @@ __all__ = ['reportity'] -__version__ = "1.23.2" \ No newline at end of file +__version__ = "1.23.3" \ No newline at end of file