Skip to content

Commit 041a01e

Browse files
committed
Version bump to 0.7.2
1 parent 9c0ab7b commit 041a01e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mech/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
# IN THE SOFTWARE.
2323
#
2424

25-
__version__ = '0.6.0'
25+
__version__ = '0.7.2'
2626
VERSION = "{} v{}".format(__name__, __version__)

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def read(fname):
2828
license="MIT",
2929
description="Tool for command line virtual machines",
3030
long_description=read("README"),
31+
long_description_content_type='text/markdown',
3132
keywords=['vagrant', 'vmware', 'vmrun', 'tool', 'virtualization'],
3233
classifiers=[
3334
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)