From c84faae71052cb07ae0ab60b2790122af51cb5d0 Mon Sep 17 00:00:00 2001 From: Shawn Hartsock Date: Wed, 13 Aug 2014 14:54:57 -0400 Subject: [PATCH] Update setup.py - setting up new release Marks version 5.5.0_2014.1 and sets status as Production/Stable --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5bd3a29..ecfd71f 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ with open('test-requirements.txt') as f: setup( name='pyvmomi', - version='5.5.0_2014.dev', + version='5.5.0_2014.1', description='VMware vSphere Python SDK', author='VMware, Inc.', author_email='jhu@vmware.com', @@ -39,7 +39,7 @@ setup( long_description=read('README.md'), classifiers=[ "License :: OSI Approved :: Apache Software License", - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Environment :: No Input/Output (Daemon)", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators",