From c60e15340128a6436c381780f7c3d0d7af7d3df4 Mon Sep 17 00:00:00 2001 From: Ben Lebherz Date: Sun, 1 Mar 2020 00:26:12 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.0=20=E2=86=92=200.6.1?= 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 2eeb254..2237cb4 100644 --- a/apps/automoli/automoli.py +++ b/apps/automoli/automoli.py @@ -4,7 +4,7 @@ @benleb / https://github.com/benleb/ad-automoli """ -__version__ = "0.6.0" +__version__ = "0.6.1" from datetime import time from typing import Any, Dict, List, Optional, Set, Union