From eea382d6e03f7e38757af6bfb39abf3ac46ba972 Mon Sep 17 00:00:00 2001 From: Josh Borrow Date: Thu, 2 Jan 2025 11:02:51 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 71806db..ab0b9e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ exclude=["*tests*"] [project] name="hera_librarian" requires-python = ">=3.10" -version = "3.0.8" +version = "3.0.9" dependencies = [ "alembic", "argon2-cffi",