From 177a04fb721aff4da06f89c88b004f7729d9ca6b Mon Sep 17 00:00:00 2001 From: Josh Borrow Date: Tue, 23 Jul 2024 09:04:48 -0500 Subject: [PATCH] Rev version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b5b2fd..da1111b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ exclude=["*tests*"] [project] name="hera_librarian" requires-python = ">=3.10" -version = "2.3.1" +version = "2.4.0" dependencies = [ "alembic", "argon2-cffi",