From e7555d3de1f9bc7600b5b8e5af369c50492ad1ee Mon Sep 17 00:00:00 2001 From: profitroll Date: Wed, 27 Dec 2023 13:46:10 +0100 Subject: [PATCH] Bump version to 2.1.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 163d106..4f9160f 100644 --- a/src/libbot/__init__.py +++ b/src/libbot/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.0.1" +__version__ = "2.1.0" __license__ = "GPL3" __author__ = "Profitroll"