diff options
author | Michael Lumish <mlumish@google.com> | 2017-05-05 12:52:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-05 12:52:25 -0700 |
commit | 712ea0ac870e3f2a313277978ac3e9d3fdeeca11 (patch) | |
tree | bd56d10f10adfa3accd259b279113583890b1e59 /src/python/grpcio_tests | |
parent | 262282858de0e2e51dd05489c28088b1570fa261 (diff) | |
parent | 572cd7e5a4630d47d3c3608c23d914e503c8f249 (diff) |
Merge pull request #10990 from murgatroid99/version_1.3.1_bump
Update version to 1.3.1
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 ce78dc93f2..1a2281b177 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.3.1rc1' +VERSION='1.3.1' |