We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc1762 commit 98468b7Copy full SHA for 98468b7
1 file changed
src/gitversioned/__init__.py
@@ -42,6 +42,6 @@
42
__version__: Annotated[
43
str,
44
"The current version of the gitversioned package as a PEP 440 compliant string",
45
-] = "0.1.0"
+] = "0.1.1"
46
47
configure_logger()
0 commit comments