We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8970133 commit 7843652Copy full SHA for 7843652
1 file changed
fremorizer/_version.py
@@ -3,5 +3,5 @@
3
"""
4
5
import os
6
-version = os.getenv("GIT_DESCRIBE_TAG", "0.1.2.post")
+version = os.getenv("GIT_DESCRIBE_TAG", "0.9.0")
7
__version__ = version
0 commit comments