From 6b44a5852e984ead10f8034949a6800a9dfea31d Mon Sep 17 00:00:00 2001 From: profitroll Date: Tue, 14 May 2024 23:07:55 +0200 Subject: [PATCH] Bump own version to 3.0.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 3bd8739..74b0290 100644 --- a/src/libbot/__init__.py +++ b/src/libbot/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.0.0" +__version__ = "3.0.1" __license__ = "GPL3" __author__ = "Profitroll"