Skip to content

Commit

Permalink
update version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpeteuil committed Aug 24, 2017
1 parent 2eb6e87 commit f1c8849
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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.0.51"
__version__ = "0.1.0"


def main():
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
'future>=0.14',
'gevent>=1.2.2',
'pycrypto>=2.6.1',
# 'requests >=2.5.1, <=2.7.0',
'PrettyTable>=0.7.2']

EXTRAS_REQUIRE = {
Expand Down Expand Up @@ -65,7 +64,7 @@
package_data={'mcc': ['config.ini']},
entry_points={'console_scripts': ['mcc=mcc.core:main',
'mccl=mcc.core:list_only']},
version='0.0.53',
version='0.1.0',
author="Robert Peteuil",
author_email="[email protected]",
url='https://github.com/robertpeteuil/multi-cloud-control',
Expand All @@ -76,7 +75,7 @@
install_requires=INSTALL_REQUIRES,
extras_require=EXTRAS_REQUIRE,
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: System Administrators',
'Intended Audience :: Information Technology',
Expand Down

0 comments on commit f1c8849

Please sign in to comment.