Skip to content

Commit

Permalink
Version bump to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kronuz committed Jul 4, 2018
1 parent 9c0ab7b commit 041a01e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mech/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
# IN THE SOFTWARE.
#

__version__ = '0.6.0'
__version__ = '0.7.2'
VERSION = "{} v{}".format(__name__, __version__)
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def read(fname):
license="MIT",
description="Tool for command line virtual machines",
long_description=read("README"),
long_description_content_type='text/markdown',
keywords=['vagrant', 'vmware', 'vmrun', 'tool', 'virtualization'],
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 041a01e

Please sign in to comment.