From 5743b1ff3201ad451f7622849c12f1705bf6f75e Mon Sep 17 00:00:00 2001 From: Robert Peteuil Date: Mon, 6 Aug 2018 13:24:33 -0700 Subject: [PATCH] bump version # --- mcc/core.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mcc/core.py b/mcc/core.py index b848614..e50b944 100755 --- a/mcc/core.py +++ b/mcc/core.py @@ -32,7 +32,7 @@ import os import sys -__version__ = "0.9.4" +__version__ = "0.9.5" def main(): diff --git a/setup.py b/setup.py index fa29d39..b5ac67a 100755 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ package_data={'mcc': ['config.ini']}, entry_points={'console_scripts': ['mcc=mcc.core:main', 'mccl=mcc.core:list_only']}, - version='0.9.4', + version='0.9.5', author="Robert Peteuil", author_email="robert.s.peteuil@gmail.com", url='https://github.com/robertpeteuil/multi-cloud-control',