We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9efe3 commit e7bbacbCopy full SHA for e7bbacb
setup.py
@@ -1,7 +1,7 @@
1
import os
2
from setuptools import setup, find_packages
3
4
-VERSION = os.environ.get('GITHUB_REF', '0.0.dev0')
+VERSION = os.environ.get('GITHUB_REF', 'v0.0.0-alpha1')
5
if VERSION.startswith('refs/tags'):
6
VERSION = VERSION.split('/')[-1]
7
0 commit comments