From cfeadfdd3247332fd6c17c10f97c15243a2aab85 Mon Sep 17 00:00:00 2001 From: profitroll Date: Sun, 26 May 2024 15:40:54 +0200 Subject: [PATCH] Bumped version to 3.2.0 --- src/libbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libbot/__init__.py b/src/libbot/__init__.py index 0ee8a7f..15853ce 100644 --- a/src/libbot/__init__.py +++ b/src/libbot/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.1.0" +__version__ = "3.2.0" __license__ = "GPL3" __author__ = "Profitroll"