From e8f3405d58c9a44443e6c699350b4ea13eab2a51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Tue, 8 Aug 2023 12:16:09 +0200 Subject: [PATCH] increment version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2092429..1b156f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hanabi" -version = "1.0.0" +version = "1.1.0" description = "Hanabi interface" readme = "README.md" license = { file = "LICENSE" }