From 727bd2225abc1bc1cdc00afbcc0684acb0ba7ebb Mon Sep 17 00:00:00 2001 From: shadeofblue Date: Mon, 12 Jun 2023 10:49:42 +0200 Subject: [PATCH] bump version to release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 76e652b57..8099539e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "yapapi" -version = "0.10.1-alpha.1" +version = "0.10.1" description = "High-level Python API for the New Golem" authors = ["Przemysław K. Rekucki ", "GolemFactory "] license = "LGPL-3.0-or-later"