From a8988caceacda64a23faf759e1466523a1ab8f0b Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 2 Feb 2021 22:43:11 +0100 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1745c22..cabbc9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "xbotlib" -version = "0.15.2" +version = "0.16.0" description = "XMPP bots for humans" authors = ["decentral1se "] maintainers = ["decentral1se "]