Skip to content

Commit

Permalink
chore(deps): Update to 0.4.1 (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeacom authored Dec 10, 2024
1 parent c7f240f commit f44ed08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-template-x"
version = "0.4.0"
version = "0.4.1"
description = "This is a python template."
authors = ["Mark Beacom <m@beacom.dev>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion python_template/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

from __future__ import annotations

__version__: str = "0.4.0"
__version__: str = "0.4.1"

0 comments on commit f44ed08

Please sign in to comment.