From 5ddede4ef991eb1614b69c82aa205332451d7697 Mon Sep 17 00:00:00 2001 From: reox Date: Thu, 16 Apr 2020 17:52:59 +0200 Subject: [PATCH] set it to alpha1 --- androguard/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/androguard/__init__.py b/androguard/__init__.py index 696a3832c..b576f62a8 100644 --- a/androguard/__init__.py +++ b/androguard/__init__.py @@ -1,4 +1,4 @@ # The current version of Androguard # Please use only this variable in any scripts, # to keep the version number the same everywhere. -__version__ = "3.4.0.dev1" +__version__ = "3.4.0a1"