From 12e3de1e4bdab77546e4b877cfdc65397cb15647 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Tue, 3 Apr 2018 14:28:00 +0200 Subject: [PATCH] Release v1.0.0-a.4 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 f2708a3..da595d1 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.3" +__version__ = "1.0.0-a.4" __license___ = "GPLv3+"