diff --git a/docs/source/conf.py b/docs/source/conf.py index 30a00933..ddbfdefa 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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. diff --git a/setup.py b/setup.py index a4eb8a94..f0d4ef8e 100644 --- a/setup.py +++ b/setup.py @@ -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',