From e90bab40e1f3951e5830c7450cae9f7a43c691df Mon Sep 17 00:00:00 2001 From: Roman Kalyakin Date: Thu, 17 Oct 2024 16:13:14 +0200 Subject: [PATCH] version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 000e39a..b1a62f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ packages = [ ] readme = "README.md" repository = "https://github.com/impresso/impresso-py" -version = "0.9.4" +version = "0.9.5" [tool.poetry.urls] Endpoint = "https://impresso-project.ch/public-api"