Skip to content
Snippets Groups Projects
Commit 2402078b authored by Nathaniel Manista's avatar Nathaniel Manista
Browse files

Bump Python version to 0.11 and status to Beta

parent 924b67da
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ The Python facility of gRPC. ...@@ -4,7 +4,7 @@ The Python facility of gRPC.
Status Status
------- -------
Alpha : Ready for early adopters Beta : Core behavior well-used and proven; bugs lurk off the beaten path.
PREREQUISITES PREREQUISITES
------------- -------------
......
...@@ -104,7 +104,7 @@ _COMMAND_CLASS = { ...@@ -104,7 +104,7 @@ _COMMAND_CLASS = {
setuptools.setup( setuptools.setup(
name='grpcio', name='grpcio',
version='0.10.0a0', version='0.11.0',
ext_modules=_EXTENSION_MODULES, ext_modules=_EXTENSION_MODULES,
packages=list(_PACKAGES), packages=list(_PACKAGES),
package_dir=_PACKAGE_DIRECTORIES, package_dir=_PACKAGE_DIRECTORIES,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment