Skip to content
Snippets Groups Projects
Commit 2b34e5ad authored by Masood Malekghassemi's avatar Masood Malekghassemi
Browse files

Version update to 0.5.0

parent 451887ba
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ _PACKAGE_DIRECTORIES = { ...@@ -83,7 +83,7 @@ _PACKAGE_DIRECTORIES = {
setuptools.setup( setuptools.setup(
name='grpcio', name='grpcio',
version='0.4.0a8', version='0.5.0a0',
ext_modules=[_EXTENSION_MODULE], ext_modules=[_EXTENSION_MODULE],
packages=list(_PACKAGES), packages=list(_PACKAGES),
package_dir=_PACKAGE_DIRECTORIES, package_dir=_PACKAGE_DIRECTORIES,
......
...@@ -40,7 +40,7 @@ except: ...@@ -40,7 +40,7 @@ except:
# Make the push. # Make the push.
cmd = ['python', 'setup.py', 'sdist'] cmd = ['python', 'setup.py', 'sdist']
subprocess.call(cmd) subprocess.call(cmd, cwd=pkgdir)
cmd = ['twine', 'upload', '-r', args.repository] cmd = ['twine', 'upload', '-r', args.repository]
if args.identity is not None: if args.identity is not None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment