Update setup.py - set dev version

Marks the master as an in development version.
This commit is contained in:
Shawn Hartsock
2014-08-29 18:32:14 -04:00
parent c99ab2082b
commit 09e996c846

View File

@@ -28,7 +28,7 @@ with open('test-requirements.txt') as f:
setup(
name='pyvmomi',
version='5.5.0-2014.1.1',
version='5.5.0-DEVELOPMENT',
description='VMware vSphere Python SDK',
# NOTE: pypi prefers the use of RST to render docs
long_description=read('README.rst'),