Skip to content

Commit

Permalink
bump: version 4.0.0rc2 → 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Jul 6, 2024
1 parent 17f4c7e commit 412e041
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion calcipy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from ._runtime_type_check_setup import configure_runtime_type_checking_mode

__version__ = '4.0.0rc2'
__version__ = '4.0.0'
__pkg_name__ = 'calcipy'

configure_runtime_type_checking_mode()
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build-backend = "poetry.core.masonry.api"
requires = ["poetry-core"]

[tool.commitizen]
version = "4.0.0rc2"
version = "4.0.0"
version_files = ["calcipy/__init__.py:^__version", "pyproject.toml:^version"]

[tool.mypy]
Expand Down Expand Up @@ -49,7 +49,7 @@ maintainers = []
name = "calcipy"
readme = "docs/README.md"
repository = "https://github.com/kyleking/calcipy"
version = "4.0.0rc2"
version = "4.0.0"

[tool.poetry.dependencies]
python = "^3.9.13"
Expand Down

0 comments on commit 412e041

Please sign in to comment.