From e13a3f8bd05d0c11ebeaa30675be4690199e197b Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 13 Jan 2021 23:21:52 +0100 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 444f1ae..ac0cb64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "xbotlib" -version = "0.7.0" +version = "0.7.1" description = "XMPP bots for humans" authors = ["decentral1se "] maintainers = ["decentral1se "]