We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3172206 commit 980c930Copy full SHA for 980c930
fremorizer/_version.py
@@ -3,5 +3,5 @@
3
"""
4
5
import os
6
-version = os.getenv("GIT_DESCRIBE_TAG", "2026.01.alpha1")
+version = os.getenv("GIT_DESCRIBE_TAG", "0.1.1")
7
__version__ = version
0 commit comments