From 145fd7330ada0fb56c36266b080400da76ed3c34 Mon Sep 17 00:00:00 2001 From: seitzdom <39090287+dominikandreasseitz@users.noreply.github.com> Date: Tue, 17 Oct 2023 18:20:20 +0200 Subject: [PATCH] [Release] v0.1.2 (#112) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6bfed951a..0e8900840 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ authors = [ ] requires-python = ">=3.9,<3.11" license = {text = "Apache 2.0"} -version = "1.0.1" +version = "1.0.2" classifiers=[ "License :: OSI Approved :: Apache Software License", "Programming Language :: Python",