From bd3fbd7c2cb10b5cd466537461c399347fe4cb7b Mon Sep 17 00:00:00 2001 From: profitroll Date: Sun, 26 May 2024 21:40:28 +0200 Subject: [PATCH] Bump version to 3.2.2 --- 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 3fc6fec..3abbe6a 100644 --- a/src/libbot/__init__.py +++ b/src/libbot/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.2.1" +__version__ = "3.2.2" __license__ = "GPL3" __author__ = "Profitroll"