Skip to content

Commit f1c8849

Browse files
committed
update version to 0.1.0
1 parent 2eb6e87 commit f1c8849

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

mcc/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
import os
3333
import sys
3434

35-
__version__ = "0.0.51"
35+
__version__ = "0.1.0"
3636

3737

3838
def main():

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
'future>=0.14',
2525
'gevent>=1.2.2',
2626
'pycrypto>=2.6.1',
27-
# 'requests >=2.5.1, <=2.7.0',
2827
'PrettyTable>=0.7.2']
2928

3029
EXTRAS_REQUIRE = {
@@ -65,7 +64,7 @@
6564
package_data={'mcc': ['config.ini']},
6665
entry_points={'console_scripts': ['mcc=mcc.core:main',
6766
'mccl=mcc.core:list_only']},
68-
version='0.0.53',
67+
version='0.1.0',
6968
author="Robert Peteuil",
7069
author_email="robert.s.peteuil@gmail.com",
7170
url='https://github.com/robertpeteuil/multi-cloud-control',
@@ -76,7 +75,7 @@
7675
install_requires=INSTALL_REQUIRES,
7776
extras_require=EXTRAS_REQUIRE,
7877
classifiers=[
79-
'Development Status :: 3 - Alpha',
78+
'Development Status :: 4 - Beta',
8079
'Environment :: Console',
8180
'Intended Audience :: System Administrators',
8281
'Intended Audience :: Information Technology',

0 commit comments

Comments
 (0)