diff --git a/setup.py b/setup.py index ff49421..c8fbd2c 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ with open('test-requirements.txt') as f: setup( name='pyvmomi', - version='6.0.0.2016.4.dev0', + version='6.0.0.2016.4', description='VMware vSphere Python SDK', # NOTE: pypi prefers the use of RST to render docs long_description=read('README.rst'),