Skip to content

Commit f44ed08

Browse files
authored
chore(deps): Update to 0.4.1 (#266)
1 parent c7f240f commit f44ed08

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.4.0"
3+
version = "0.4.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
@@ -9,4 +9,4 @@
99

1010
from __future__ import annotations
1111

12-
__version__: str = "0.4.0"
12+
__version__: str = "0.4.1"

0 commit comments

Comments
 (0)