From 8d89e96eaaba0ad4afcca77bb4f51b9456511957 Mon Sep 17 00:00:00 2001 From: RJMW Date: Fri, 17 Jul 2020 00:36:33 +0100 Subject: [PATCH] Bump version to 1.0.0a8 --- msnpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msnpy/__init__.py b/msnpy/__init__.py index 9da42ae..e9634c2 100644 --- a/msnpy/__init__.py +++ b/msnpy/__init__.py @@ -22,5 +22,5 @@ __author__ = 'Ralf Weber (r.j.weber@bham.ac.uk)' __credits__ = 'Ralf Weber (r.j.weber@bham.ac.uk)' -__version__ = '1.0.0a7' +__version__ = '1.0.0a8' __license__ = 'GPLv3'