From ae54bd5cce22bbb4e1c840f6048142569f64d63e Mon Sep 17 00:00:00 2001 From: kku Date: Tue, 31 Dec 2024 11:16:16 +0100 Subject: [PATCH] Bump version to 4.0.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 ff03163..a0b80de 100644 --- a/src/libbot/__init__.py +++ b/src/libbot/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.0.1" +__version__ = "4.0.2" __license__ = "GPL3" __author__ = "Profitroll"