Skip to content

Commit

Permalink
chore: Update version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeacom committed Mar 7, 2024
1 parent 1b55f24 commit baa3d03
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.1"
version = "0.2.2"
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.1"
__version__: str = "0.2.2"

0 comments on commit baa3d03

Please sign in to comment.