Skip to content

Commit c94cce4

Browse files
authored
chore: Adjust pin to 0.1.1 (#46)
1 parent 3dbf797 commit c94cce4

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.0"
3+
version = "0.1.1"
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
@@ -7,4 +7,4 @@
77
"""
88
from __future__ import annotations
99

10-
__version__: str = "0.1.0"
10+
__version__: str = "0.1.1"

0 commit comments

Comments
 (0)