From 8b92e74cfe6d8854b3905a58993de63aca2265cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Gol=C3=A1=C5=88=20jr=2E?= Date: Sat, 9 Aug 2025 17:56:57 +0200 Subject: [PATCH] chore: bump ver --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 793c0cf..db10a4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "quart-imp" -version = "1.0.0" +version = "1.0.1-rc1" description = 'A Quart auto importer that allows your Quart apps to grow big.' authors = [{ name = "David Carmichael", email = "david@uilix.com" }] readme = "README.md"