Skip to content

Commit

Permalink
set v0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpeteuil committed Aug 7, 2018
1 parent aac9753 commit 9d671b4
Show file tree
Hide file tree
Showing 2 changed files with 2 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.5"
__version__ = "0.9.6"


def main():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.5',
version='0.9.6',
author="Robert Peteuil",
author_email="robert.s.peteuil@gmail.com",
url='https://github.com/robertpeteuil/multi-cloud-control',
Expand Down

0 comments on commit 9d671b4

Please sign in to comment.