From d35a07773019e0999a136269e0139f5bcb7f9459 Mon Sep 17 00:00:00 2001 From: Alexander PapaTutuWawa Date: Mon, 21 Apr 2025 17:55:14 +0200 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c1c9066..7969d99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xmpp-api" -version = "0.1.0" +version = "0.1.3" description = "A Discord-like API for XMPP bots" readme = "README.md" requires-python = ">=3.13"