Skip to content

Commit ea69eea

Browse files
authored
chore: Update version to 0.2.0 (#97)
1 parent 43d1b89 commit ea69eea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-template-x"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "This is a python template."
55
authors = ["Mark Beacom <m@beacom.dev>"]
66
readme = "README.md"

python_template/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99

1010
from __future__ import annotations
1111

12-
__version__: str = "0.1.1"
12+
__version__: str = "0.2.0"

0 commit comments

Comments
 (0)