update version constants for travis pypi experimental release

This commit is contained in:
Haowei Cai 2020-03-09 23:34:59 -07:00
parent c324697415
commit 40e47c1e75

View File

@ -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