Skip to content

Commit 3311d43

Browse files
committed
Marking version 0.5
1 parent 689ac4e commit 3311d43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mech/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def operation(op, name, options=None, kwargs=None):
7878
return
7979

8080
def main(args=None):
81-
arguments = docopt(__doc__, version='mech 0.4.1')
81+
arguments = docopt(__doc__, version='mech 0.5')
8282

8383
DEBUG = arguments['--debug']
8484

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
},
1111
install_requires=['requests', 'clint'],
12-
version='0.4.1',
12+
version='0.5',
1313
description='Tool for command line virtual machines',
1414
author='Kevin Chung',
1515
author_email='[email protected]',

0 commit comments

Comments
 (0)