From 8d80d7904b89802afe6d97f61e7c30211425eb58 Mon Sep 17 00:00:00 2001 From: Marco Marzetti Date: Tue, 6 Feb 2024 20:16:33 +0100 Subject: [PATCH] Version bump --- anastasia/webapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anastasia/webapp.py b/anastasia/webapp.py index 5aa9ff3..d29bf01 100644 --- a/anastasia/webapp.py +++ b/anastasia/webapp.py @@ -37,7 +37,7 @@ from anastasia.routers import v3_0 from anastasia.settings import Settings -VERSION = "1.0.3" +VERSION = "1.0.4" def create_app(api_mount_point: str = "/api/", settings: dict = False):