diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2023-03-28 11:54:14 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2023-03-28 11:54:14 +0200 |
commit | 608caf34d32131be21c873549ab71517ecf82517 (patch) | |
tree | 88995597667522ab2768d669ae8cad303f228f86 /labbot | |
parent | 447646d6b8bc93cf27d80581e54f0185cb3f0f35 (diff) | |
download | lab-bot-608caf34d32131be21c873549ab71517ecf82517.tar.gz lab-bot-608caf34d32131be21c873549ab71517ecf82517.zip |
Bump version0.2.2
Diffstat (limited to 'labbot')
-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 1417402..f2498ae 100644 --- a/labbot/__init__.py +++ b/labbot/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.2.1" +__version__ = "0.2.2" |