diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..2a9acf1 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[bdist_wheel] +universal = 1 diff --git a/setup.py b/setup.py index e2659e7..5a5a35f 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ 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/', @@ -29,7 +29,7 @@ def read(fname): author_email='lildee1991@gmail.com', packages=setuptools.find_packages(exclude=['openstack_plugin.tests', ]), install_requires=[ - 'aiorchestra==0.1.2', + 'aiorchestra==0.1.3', 'python-heatclient', 'python-glanceclient', 'python-novaclient',