From ba66b68003978cdab538bb0888c954cc1fd9933e Mon Sep 17 00:00:00 2001 From: Numerlor <25886452+Numerlor@users.noreply.github.com> Date: Tue, 4 Aug 2020 22:11:46 +0200 Subject: [PATCH] bump version --- appinfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo.py b/appinfo.py index 23f46188..0990ef36 100644 --- a/appinfo.py +++ b/appinfo.py @@ -1,6 +1,6 @@ from collections import namedtuple -VERSION = "1.456" +VERSION = "1.459" APP = "Auto Neutron" ORG = "Numerlor" APPID = f"{ORG}|{APP}|{VERSION}"