From daf9a78eefaf31c31a5574ffd4e28035bdac5075 Mon Sep 17 00:00:00 2001 From: Jim Bacon Date: Thu, 12 Sep 2024 15:22:37 +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 f174108..694b354 100644 --- a/app/main.py +++ b/app/main.py @@ -45,7 +45,7 @@ async def lifespan(app: FastAPI): title="Record Cleaner Service", summary="Service for checking species records against the record " "cleaner rules.", - version="0.0.18", + version="0.0.19", contact={ "name": "Biological Records Centre at UK Centre for Ecology & Hydrology", "url": "https://www.ceh.ac.uk/our-science/projects/biological-records-centre",