We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d1b89 commit ea69eeaCopy full SHA for ea69eea
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "python-template-x"
3
-version = "0.1.1"
+version = "0.2.0"
4
description = "This is a python template."
5
authors = ["Mark Beacom <m@beacom.dev>"]
6
readme = "README.md"
python_template/__init__.py
@@ -9,4 +9,4 @@
9
10
from __future__ import annotations
11
12
-__version__: str = "0.1.1"
+__version__: str = "0.2.0"
0 commit comments