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