From 15f92740504d5cfd9d746c0e3f0a7f86492557f4 Mon Sep 17 00:00:00 2001 From: profitroll Date: Sun, 26 May 2024 16:50:42 +0200 Subject: [PATCH] Bump version to 3.2.1 --- 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 15853ce..3fc6fec 100644 --- a/src/libbot/__init__.py +++ b/src/libbot/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.2.0" +__version__ = "3.2.1" __license__ = "GPL3" __author__ = "Profitroll"