From c16de1f1eb5b47514eea1f9d153b027ea1ea6726 Mon Sep 17 00:00:00 2001 From: Alessandro Date: Tue, 19 May 2020 14:55:49 +0200 Subject: [PATCH] Advance version in artemis.py --- src/artemis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/artemis.py b/src/artemis.py index 31572c6..e45147f 100644 --- a/src/artemis.py +++ b/src/artemis.py @@ -64,7 +64,7 @@ import loggingconf # noqa 401 # import default_imgs_rc -__LATEST_VERSION__ = "3.2.1" +__LATEST_VERSION__ = "3.2.2" if IS_BINARY: __VERSION__ = __LATEST_VERSION__