We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc445e commit df62727Copy full SHA for df62727
kubernetes/README.md
@@ -4,7 +4,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger
4
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
5
6
- API version: v1.5.1
7
-- Package version: 1.0.0-alpha.3
+- Package version: 1.0.0a3
8
- Build package: class io.swagger.codegen.languages.PythonClientCodegen
9
10
## Requirements.
scripts/constants.py
@@ -23,7 +23,7 @@
23
24
# client version for packaging and releasing. It can
25
# be different than SPEC_VERSION.
26
-CLIENT_VERSION = "1.0.0-alpha.3"
+CLIENT_VERSION = "1.0.0a3"
27
28
# Name of the release package
29
PACKAGE_NAME = "kubernetes"
0 commit comments