Skip to content

Commit

Permalink
bump version 1.23.2 -> 1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fnatanoy committed Oct 5, 2023
1 parent 59a4a9b commit 6ec823f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"}]
license = {text = "MIT"}
Expand Down Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion reportity/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__all__ = ['reportity']
__version__ = "1.23.2"
__version__ = "1.23.3"

0 comments on commit 6ec823f

Please sign in to comment.