We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844294e commit f027685Copy full SHA for f027685
fremorizer/_version.py
@@ -3,5 +3,5 @@
3
"""
4
5
import os
6
-version = os.getenv("GIT_DESCRIBE_TAG", "0.1.2")
+version = os.getenv("GIT_DESCRIBE_TAG", "0.1.2.post")
7
__version__ = version
0 commit comments