Skip to content

Commit

Permalink
chore: Update version to 0.2.0 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeacom committed Feb 7, 2024
1 parent 43d1b89 commit ea69eea
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.1.1"
version = "0.2.0"
description = "This is a python template."
authors = ["Mark Beacom <m@beacom.dev>"]
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.1.1"
__version__: str = "0.2.0"

0 comments on commit ea69eea

Please sign in to comment.