Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 40e47c1

Browse files
committed
update version constants for travis pypi experimental release
1 parent c324697 commit 40e47c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
KUBERNETES_BRANCH = "release-1.14"
1919

2020
# client version for packaging and releasing.
21-
CLIENT_VERSION = "10.1.0"
21+
CLIENT_VERSION = "0.0.0a1"
2222

2323
# Name of the release package
2424
PACKAGE_NAME = "kubernetes"
2525

2626
# Stage of development, mainly used in setup.py's classifiers.
27-
DEVELOPMENT_STATUS = "5 - Production/Stable"
27+
DEVELOPMENT_STATUS = "3 - Alpha"
2828

2929

3030
# If called directly, return the constant value given

0 commit comments

Comments
 (0)