From 0ad96ba170f0b593b92e35d3431c121d0052012f Mon Sep 17 00:00:00 2001 From: retoor Date: Mon, 10 Feb 2025 22:09:59 +0000 Subject: [PATCH] chore: bump project version to 1.2.3 in package.json and setup.py --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f5de3d..c641984 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ { name = "retoor", email = "retoor@molodetz.nl" } ] keywords = ["chat", "snek", "molodetz","bot"] -requires-python = ">=3.12" +requires-python = ">=3" dependencies = [ "aiohttp" ]