Skip to content

Commit

Permalink
bump: version 2.1.3rc0 → 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Jul 8, 2024
1 parent 90b7787 commit 9e408a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion copier_template_tester/__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__ = '2.1.3rc0'
__version__ = '2.1.3'
__pkg_name__ = 'copier_template_tester'

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 = "2.1.3rc0"
version = "2.1.3"
version_files = ["copier_template_tester/__init__.py:^__version", "pyproject.toml:^version"]

[tool.mypy]
Expand Down Expand Up @@ -44,7 +44,7 @@ maintainers = []
name = "copier_template_tester"
readme = "docs/README.md"
repository = "https://github.com/kyleking/copier-template-tester"
version = "2.1.3rc0"
version = "2.1.3"

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

0 comments on commit 9e408a5

Please sign in to comment.