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 874f749 commit f13a1e5Copy full SHA for f13a1e5
setup.py
@@ -31,7 +31,7 @@
31
LONG_DESCRIPTION = open(os.path.join(os.path.dirname(__file__), "README.md")).read()
32
33
VERSION = "{{VERSION_PLACEHOLDER}}"
34
-if not re.match(r"^\d+\.\d+\.\d+$", VERSION):
+if not re.match(r"^v\d+\.\d+\.\d+$", VERSION):
35
# In tests, where we haven't replaced the version placeholder, just use a default version
36
VERSION = "1.0.0"
37
0 commit comments