Skip to content

Commit

Permalink
chore(version): Update version to 0.2.3 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeacom authored Jul 12, 2024
1 parent 1024ff9 commit 72c3238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-template-x"
version = "0.2.2"
version = "0.2.3"
description = "This is a python template."
authors = ["Mark Beacom <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion python_template/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

from __future__ import annotations

__version__: str = "0.2.2"
__version__: str = "0.2.3"

0 comments on commit 72c3238

Please sign in to comment.