From 02989bf6817eb6280aeec78a5423915eabbfdfeb Mon Sep 17 00:00:00 2001 From: Jim Bacon Date: Tue, 24 Sep 2024 17:37:26 +0000 Subject: [PATCH] Bump version --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 796a053..12b9cc5 100644 --- a/app/main.py +++ b/app/main.py @@ -75,7 +75,7 @@ async def lifespan(app: FastAPI): title="Record Cleaner Service", summary="Service for checking species records against the record " "cleaner rules.", - version="0.0.22", + version="0.0.23", contact={ "name": "Biological Records Centre at UK Centre for Ecology & Hydrology", "url": "https://www.ceh.ac.uk/our-science/projects/biological-records-centre",