From 49673f5057a0fa841d4d038de248e1e0da900bb9 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Fri, 24 Nov 2023 17:40:57 +0100 Subject: [PATCH] fix issue with orgid incorrectly assumed to be integer fix #14 --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 6c04fcc..f4efc7a 100644 --- a/config.json +++ b/config.json @@ -2,6 +2,6 @@ "packageName": "elabapi_python", "pythonPackageName": "elabapi_python", "projectName": "elabapi-python", - "packageVersion": "0.5.0", + "packageVersion": "0.5.1", "packageUrl": "https://github.com/elabftw/elabapi-python" }