From 3e47e31f73d18bd157db1e8073b09d0fbc68d666 Mon Sep 17 00:00:00 2001 From: Andrew Mirsky Date: Fri, 16 May 2025 13:56:58 -0400 Subject: [PATCH] updating version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c1c54a..ab5d144 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Topic :: Internet", ] -version = "0.11.0-beta4" +version = "0.11.0-rc" requires-python = ">=3.13.0" readme = "README.rst" license = { text = "MIT" }