From cf58a9eab0d91792958a1c5df2e27f94fa183b8b Mon Sep 17 00:00:00 2001 From: Fabian Gebhart <16943048+fgebhart@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:53:08 +0100 Subject: [PATCH] release v8.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f4ab670..5c22465 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aleph-alpha-client" -version = "8.0.1" +version = "8.1.0" description = "python client to interact with Aleph Alpha api endpoints" authors = ["Aleph Alpha "] license = "MIT"