From cb733a556cae1751920d03c480627b44e3833ac7 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Fri, 22 Apr 2022 17:05:15 +0200 Subject: [PATCH] Releasing v0.2.0 --- LogarithmPlotter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogarithmPlotter/__init__.py b/LogarithmPlotter/__init__.py index 69c5368..8fdcdde 100644 --- a/LogarithmPlotter/__init__.py +++ b/LogarithmPlotter/__init__.py @@ -18,7 +18,7 @@ from shutil import which __VERSION__ = "0.2.0" -is_release = False +is_release = True # Check if development version, if so get the date of the latest git patch