From f0bc80d43115317b4f78483d6359d0c1c8ad20f2 Mon Sep 17 00:00:00 2001 From: Numerlor Date: Thu, 13 Jan 2022 18:01:46 +0100 Subject: [PATCH] bump version --- auto_neutron/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_neutron/constants.py b/auto_neutron/constants.py index 2a44200b..343141bd 100644 --- a/auto_neutron/constants.py +++ b/auto_neutron/constants.py @@ -13,7 +13,7 @@ # noinspection PyUnresolvedReferences from __feature__ import snake_case, true_property # noqa: F401 -VERSION = "2.0.5" +VERSION = "2.0.6" APP = "Auto_Neutron" ORG = "Numerlor" APPID = f"{ORG}|{APP}|{VERSION}"