diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2022-09-07 13:10:42 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2022-09-07 13:10:42 +0200 |
commit | e866d2e9d08cbe51da8194c848078ee258bd8c58 (patch) | |
tree | 831ed5bbe76adfe4f68749541206a9a3d9ab1aab /labbot | |
parent | 45f1185a2e219923e26bd58d06a1b5130720fa74 (diff) | |
download | lab-bot-e866d2e9d08cbe51da8194c848078ee258bd8c58.tar.gz lab-bot-e866d2e9d08cbe51da8194c848078ee258bd8c58.zip |
Bump version0.1.3
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 47f13fe..0d19565 100644 --- a/labbot/__init__.py +++ b/labbot/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.1.2" +__version__ = "0.1.3" |