Skip to content

Commit

Permalink
update for 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpeteuil committed Aug 20, 2018
1 parent 3f0cc04 commit 57f2870
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mcc/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import os
import sys

__version__ = "0.9.7"
__version__ = "0.9.8"


def main():
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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
Expand Down

0 comments on commit 57f2870

Please sign in to comment.