diff options
author | Masood Malekghassemi <soltanmm@users.noreply.github.com> | 2016-01-12 09:32:05 -0800 |
---|---|---|
committer | Masood Malekghassemi <soltanmm@users.noreply.github.com> | 2016-01-14 06:55:06 -0800 |
commit | ecaf0801a5f7318965f835b594ecca12f0091935 (patch) | |
tree | f3f939993a6f5ae2fff9ea06de27d398f0a89e4b | |
parent | 1d177817958efb72679c55c9ef2136d15c5d9636 (diff) |
Python version bump
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -183,7 +183,7 @@ else: setuptools.setup( name='grpcio', - version='0.12.0b1', + version='0.12.0b5', license=LICENSE, ext_modules=CYTHON_EXTENSION_MODULES, packages=list(PACKAGES), |