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 c7f240f commit f44ed08Copy full SHA for f44ed08
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "python-template-x"
3
-version = "0.4.0"
+version = "0.4.1"
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.4.0"
+__version__: str = "0.4.1"
0 commit comments