diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2022-09-07 08:25:38 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2022-09-07 08:25:38 +0200 |
commit | ec850ccb99d3ebfb8a69483de868097ed8288f7f (patch) | |
tree | ea5e0bd54d117ac2597278b16d51d79dbf74287e /labbot | |
parent | c7dd3913975f060b9bce148cf5f02e0f7364d450 (diff) | |
download | lab-bot-ec850ccb99d3ebfb8a69483de868097ed8288f7f.tar.gz lab-bot-ec850ccb99d3ebfb8a69483de868097ed8288f7f.zip |
Bump version0.1.1
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 36e61c6..abe9369 100644 --- a/labbot/__init__.py +++ b/labbot/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.1.0" +__version__ = "0.1.1" |