Merge pull request #15 from mrasskazov/master

Update version number
This commit is contained in:
Nikita
2013-09-30 04:37:18 -07:00
2 changed files with 3 additions and 3 deletions

View File

@@ -61,9 +61,9 @@ copyright = u'2013, Mirantis Inc.'
# built documents.
#
# The short X.Y version.
version = '2.0'
version = '2.1'
# The full version, including alpha/beta/rc tags.
release = '2.0'
release = '2.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -3,7 +3,7 @@ from setuptools import find_packages
setup(
name='devops',
version='2.0',
version='2.1',
description='Library for creating and manipulating virtual environments',
author='Mirantis, Inc.',
author_email='product@mirantis.com',