From ffbc28ed4f218e4f91be5169b9a9ce1f73b9d457 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Fri, 24 Sep 2021 12:21:30 +0200 Subject: [PATCH] Bumping version to v0.1.1 --- LogarithmPlotter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogarithmPlotter/__init__.py b/LogarithmPlotter/__init__.py index 442e5e4..c5e0b10 100644 --- a/LogarithmPlotter/__init__.py +++ b/LogarithmPlotter/__init__.py @@ -17,7 +17,7 @@ """ from shutil import which -__VERSION__ = "0.1" +__VERSION__ = "0.1.1" is_release = False