diff --git a/virtstrap-core/setup.py b/virtstrap-core/setup.py index 44ffa7f..dcbff64 100644 --- a/virtstrap-core/setup.py +++ b/virtstrap-core/setup.py @@ -6,7 +6,7 @@ """ from setuptools import setup, find_packages -VERSION = '0.3.14' +VERSION = '0.3.15' # Installation requirements REQUIREMENTS = [] diff --git a/virtstrap-local/setup.py b/virtstrap-local/setup.py index ad7fa01..b0c2360 100644 --- a/virtstrap-local/setup.py +++ b/virtstrap-local/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = '0.3.14' +VERSION = '0.3.15' setup(name='virtstrap-local', version=VERSION, diff --git a/virtstrap/setup.py b/virtstrap/setup.py index 9ed941b..a09a10b 100644 --- a/virtstrap/setup.py +++ b/virtstrap/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = '0.3.14' +VERSION = '0.3.15' LONG_DESCRIPTION = open('README.rst').read() diff --git a/virtstrap/virtstrap_support/virtstrap-core-0.3.14.tar.gz b/virtstrap/virtstrap_support/virtstrap-core-0.3.14.tar.gz deleted file mode 100644 index 9a6a397..0000000 Binary files a/virtstrap/virtstrap_support/virtstrap-core-0.3.14.tar.gz and /dev/null differ diff --git a/virtstrap/virtstrap_support/virtstrap-core-0.3.15.tar.gz b/virtstrap/virtstrap_support/virtstrap-core-0.3.15.tar.gz new file mode 100644 index 0000000..e0c32ab Binary files /dev/null and b/virtstrap/virtstrap_support/virtstrap-core-0.3.15.tar.gz differ diff --git a/virtstrap/virtstrap_support/virtstrap-local-0.3.14.tar.gz b/virtstrap/virtstrap_support/virtstrap-local-0.3.14.tar.gz deleted file mode 100644 index 4583f45..0000000 Binary files a/virtstrap/virtstrap_support/virtstrap-local-0.3.14.tar.gz and /dev/null differ diff --git a/virtstrap/virtstrap_support/virtstrap-local-0.3.15.tar.gz b/virtstrap/virtstrap_support/virtstrap-local-0.3.15.tar.gz new file mode 100644 index 0000000..11e6fcf Binary files /dev/null and b/virtstrap/virtstrap_support/virtstrap-local-0.3.15.tar.gz differ