update version constants for travis pypi experimental release
This commit is contained in:
parent
c324697415
commit
40e47c1e75
@ -18,13 +18,13 @@ import sys
|
||||
KUBERNETES_BRANCH = "release-1.14"
|
||||
|
||||
# client version for packaging and releasing.
|
||||
CLIENT_VERSION = "10.1.0"
|
||||
CLIENT_VERSION = "0.0.0a1"
|
||||
|
||||
# Name of the release package
|
||||
PACKAGE_NAME = "kubernetes"
|
||||
|
||||
# Stage of development, mainly used in setup.py's classifiers.
|
||||
DEVELOPMENT_STATUS = "5 - Production/Stable"
|
||||
DEVELOPMENT_STATUS = "3 - Alpha"
|
||||
|
||||
|
||||
# If called directly, return the constant value given
|
||||
|
||||
Loading…
Reference in New Issue
Block a user