We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1024ff9 commit 72c3238Copy full SHA for 72c3238
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "python-template-x"
3
-version = "0.2.2"
+version = "0.2.3"
4
description = "This is a python template."
5
authors = ["Mark Beacom <[email protected]>"]
6
readme = "README.md"
python_template/__init__.py
@@ -9,4 +9,4 @@
9
10
from __future__ import annotations
11
12
-__version__: str = "0.2.2"
+__version__: str = "0.2.3"
0 commit comments