From ca4c37270ddaa59a7756c9cb016b4c14a687d5b6 Mon Sep 17 00:00:00 2001 From: John Hennig Date: Thu, 30 Jul 2020 00:23:49 +0200 Subject: [PATCH] Bumped version to 0.7.5 to release patch to PyPI. --- mph/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mph/__init__.py b/mph/__init__.py index 5f22ac0..90aa0b7 100644 --- a/mph/__init__.py +++ b/mph/__init__.py @@ -4,8 +4,8 @@ # Meta information __title__ = 'MPh' -__version__ = '0.7.4' -__date__ = '2020–07–16' +__version__ = '0.7.5' +__date__ = '2020–07–29' __author__ = 'John Hennig' __copyright__ = 'John Hennig' __license__ = 'MIT'