From 5dae28d967416a6627da77f251e603a44e9ddc12 Mon Sep 17 00:00:00 2001 From: Ben Lebherz Date: Fri, 14 Feb 2020 18:38:31 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.5=20=E2=86=92=200.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/automoli/automoli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/automoli/automoli.py b/apps/automoli/automoli.py index e372c62..69139de 100644 --- a/apps/automoli/automoli.py +++ b/apps/automoli/automoli.py @@ -39,7 +39,7 @@ APP_NAME = "AutoMoLi" APP_ICON = "💡" -APP_VERSION = "0.5.5" +APP_VERSION = "0.6.0" APP_REQUIREMENTS = {"adutils~=0.4.10"} ON_ICON = APP_ICON