Skip to content

Commit e7bbacb

Browse files
committed
update default ref
1 parent 9b9efe3 commit e7bbacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from setuptools import setup, find_packages
33

4-
VERSION = os.environ.get('GITHUB_REF', '0.0.dev0')
4+
VERSION = os.environ.get('GITHUB_REF', 'v0.0.0-alpha1')
55
if VERSION.startswith('refs/tags'):
66
VERSION = VERSION.split('/')[-1]
77

0 commit comments

Comments
 (0)