diff --git a/README.rst b/README.rst index 2bd95ef..aa2d7c0 100644 --- a/README.rst +++ b/README.rst @@ -53,6 +53,11 @@ Sir Bot-a-lot provide some plugins to connect to various services: Changelog --------- +0.1.1 +````` + +* Support for block interactions + 0.1.0 ````` diff --git a/pyproject.toml b/pyproject.toml index dac2593..7682260 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sirbot" -version = "0.1.0" +version = "0.1.1" description = "The good Sir Bot-a-lot. An asynchronous python bot framework." authors = ["Ovv "] license = "MIT"