Skip to content

Commit

Permalink
chore: Adjust pin to 0.1.1 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeacom authored Sep 19, 2023
1 parent 3dbf797 commit c94cce4
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.1.0"
version = "0.1.1"
description = "This is a python template."
authors = ["Mark Beacom <[email protected]>"]
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 @@ -7,4 +7,4 @@
"""
from __future__ import annotations

__version__: str = "0.1.0"
__version__: str = "0.1.1"

0 comments on commit c94cce4

Please sign in to comment.