From 93ebbc65e1c419598d9420a43946b7000b8a0c69 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 13 Jan 2021 14:10:57 +0100 Subject: [PATCH] Bump to 0.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dbd30de..0230ff6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "xbotlib" -version = "0.3.2" +version = "0.4.0" description = "XMPP bots for humans" authors = ["decentral1se "] maintainers = ["decentral1se "]