From 232f051f62da4358f6a1aa371668c108d530196a Mon Sep 17 00:00:00 2001 From: Daniel Herrmann Date: Tue, 9 Jan 2024 13:48:57 +0100 Subject: [PATCH] release: release version v0.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b587836..8256c79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-easyverein" -version = "0.1.1" +version = "0.1.2" description = "Python library to interact with the EasyVerein API" authors = ["Daniel Herrmann "] readme = "README.md"