diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2024-02-15 09:49:18 +0100 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2024-02-15 09:49:18 +0100 |
commit | 39b269e2a01dc88f46cca8ef344fcef416274b36 (patch) | |
tree | 47c70684a5e84d9d1ddf91cc18d1e593d3c82eef | |
parent | 42f7ce90cbf320ce47b7a14d2418545368204c31 (diff) | |
download | lab-bot-39b269e2a01dc88f46cca8ef344fcef416274b36.tar.gz lab-bot-39b269e2a01dc88f46cca8ef344fcef416274b36.zip |
Bump version0.2.5
-rw-r--r-- | labbot/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/labbot/__init__.py b/labbot/__init__.py index 1f285b6..f6d23c4 100644 --- a/labbot/__init__.py +++ b/labbot/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.2.4" +__version__ = "0.2.5" |