From bfabd6d57ae7ee4601547414fc1964f6782008d4 Mon Sep 17 00:00:00 2001 From: Lang Date: Tue, 13 Jul 2021 16:51:39 +0200 Subject: [PATCH] increase vers --- neofox/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofox/__init__.py b/neofox/__init__.py index 3300de67..d190fc27 100755 --- a/neofox/__init__.py +++ b/neofox/__init__.py @@ -16,7 +16,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see .# -VERSION = "0.5.1.dev3" +VERSION = "0.5.1" REFERENCE_FOLDER_ENV = "NEOFOX_REFERENCE_FOLDER"