From 7aceec9cea1bcd54b5bd114bfa6a1f165668fc19 Mon Sep 17 00:00:00 2001 From: "German M. Bravo" Date: Fri, 6 Jul 2018 11:56:27 -0500 Subject: [PATCH] Version bump to 0.7.6 --- mech/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mech/__init__.py b/mech/__init__.py index 80719a4..f81418d 100644 --- a/mech/__init__.py +++ b/mech/__init__.py @@ -22,5 +22,5 @@ # IN THE SOFTWARE. # -__version__ = '0.7.5' +__version__ = '0.7.6' VERSION = "{} v{}".format(__name__, __version__)