Skip to content

Commit 745a2f4

Browse files
authored
Increment semantic version (#8)
1 parent cd813ef commit 745a2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.0.0"
10+
__version__: str = "0.1.0"

0 commit comments

Comments
 (0)