update version constants for 10.0.1 release

This commit is contained in:
Haowei Cai 2019-07-29 15:21:52 -07:00
parent d8f422c1d4
commit 0575c4656d

View File

@ -18,7 +18,7 @@ import sys
KUBERNETES_BRANCH = "release-1.14"
# client version for packaging and releasing.
CLIENT_VERSION = "10.0.0"
CLIENT_VERSION = "10.0.1"
# Name of the release package
PACKAGE_NAME = "kubernetes"