Skip to content

Commit

Permalink
Cut off stable release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
denismakogon committed Aug 19, 2016
1 parent 7862d62 commit d44dd0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ def read(fname):

setuptools.setup(
name='aiorchestra-openstack-plugin',
version='0.1.2',
version='0.1.3',
description='AsyncIO TOSCA orchestrator OpenStack plugin',
long_description=read('README.rst'),
url='https://aiorchestra.io/',
author='Denys Makogon',
author_email='[email protected]',
packages=setuptools.find_packages(exclude=['openstack_plugin.tests', ]),
install_requires=[
'aiorchestra==0.1.2',
'aiorchestra==0.1.3',
'python-heatclient',
'python-glanceclient',
'python-novaclient',
Expand Down

0 comments on commit d44dd0a

Please sign in to comment.