From a4246e6b85c211e63eae05cc5b35bbfb6068a276 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Sun, 1 Apr 2018 00:00:23 +0200 Subject: [PATCH] Release v1.0.0-a.3 Signed-off-by: Martin Larralde --- instalooter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instalooter/__init__.py b/instalooter/__init__.py index 14f2d20..f2708a3 100644 --- a/instalooter/__init__.py +++ b/instalooter/__init__.py @@ -4,5 +4,5 @@ __author__ = "Martin Larralde" __author_email__ = "martin.larralde@ens-cachan.fr" -__version__ = "1.0.0-a.2" +__version__ = "1.0.0-a.3" __license___ = "GPLv3+"