From 57f28701680335b14d3868a66be346c4ab93f3f8 Mon Sep 17 00:00:00 2001 From: Robert Peteuil Date: Mon, 20 Aug 2018 11:47:54 -0700 Subject: [PATCH] update for 0.9.8 --- mcc/core.py | 2 +- setup.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mcc/core.py b/mcc/core.py index b8d9749..ad6cc09 100755 --- a/mcc/core.py +++ b/mcc/core.py @@ -32,7 +32,7 @@ import os import sys -__version__ = "0.9.7" +__version__ = "0.9.8" def main(): diff --git a/setup.py b/setup.py index 16f9e6e..24ce420 100755 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ package_data={'mcc': ['config.ini']}, entry_points={'console_scripts': ['mcc=mcc.core:main', 'mccl=mcc.core:list_only']}, - version='0.9.7', + version='0.9.8', author="Robert Peteuil", author_email="robert.s.peteuil@gmail.com", url='https://github.com/robertpeteuil/multi-cloud-control', @@ -92,6 +92,7 @@ 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Topic :: System :: Distributed Computing', 'Topic :: System :: Systems Administration'], long_description=long_description