From 2bfe4389bbe0376bb4b3af840749ba901ef71e0f Mon Sep 17 00:00:00 2001 From: John Hennig Date: Sun, 7 Feb 2021 22:11:00 +0100 Subject: [PATCH] Bumped version to 0.8.0 for new release. --- mph/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mph/__init__.py b/mph/__init__.py index 1c60d30..b0b21f4 100644 --- a/mph/__init__.py +++ b/mph/__init__.py @@ -2,8 +2,8 @@ # Meta information __title__ = 'MPh' -__version__ = '0.7.6' -__date__ = '2020–11–29' +__version__ = '0.8.0' +__date__ = '2021–02–07' __author__ = 'John Hennig' __copyright__ = 'John Hennig' __license__ = 'MIT'