diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-07-12 09:31:41 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-07-12 09:31:41 +0200 |
commit | 49bfb92dc154a073a86d04e7a1366ce174a817a8 (patch) | |
tree | e21e1f2f82216c6f8926ee6ca33ebeb4056c7b06 /src/python/grpcio_tests | |
parent | 76c929606e98033164c316aa76a9b9bbb3d8f9df (diff) |
Master is now 1.1.0-dev.
Diffstat (limited to 'src/python/grpcio_tests')
-rw-r--r-- | src/python/grpcio_tests/grpc_version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio_tests/grpc_version.py b/src/python/grpcio_tests/grpc_version.py index a2387857c6..90f68a5741 100644 --- a/src/python/grpcio_tests/grpc_version.py +++ b/src/python/grpcio_tests/grpc_version.py @@ -29,4 +29,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_tests/grpc_version.py.template`!!! -VERSION='1.0.0rc1' +VERSION='1.1.0.dev0' |