Use setuptools normalized version 1.0.0a3

This commit is contained in:
mbohlool 2016-12-19 14:47:06 -08:00
parent afc445ea81
commit df6272733a
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
- API version: v1.5.1
- Package version: 1.0.0-alpha.3
- Package version: 1.0.0a3
- Build package: class io.swagger.codegen.languages.PythonClientCodegen
## Requirements.

View File

@ -23,7 +23,7 @@ SPEC_VERSION = "v1.5.1"
# client version for packaging and releasing. It can
# be different than SPEC_VERSION.
CLIENT_VERSION = "1.0.0-alpha.3"
CLIENT_VERSION = "1.0.0a3"
# Name of the release package
PACKAGE_NAME = "kubernetes"