From 74dcfc21acb8a0c70e06e8314a9b43d6469b8c9d Mon Sep 17 00:00:00 2001 From: shadeofblue Date: Fri, 18 Aug 2023 10:53:15 +0200 Subject: [PATCH] bump version to prerelease --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 43c8a5059..ba03c5b03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yapapi" -version = "0.12.0-dev" +version = "0.12.0-alpha.0" description = "High-level Python API for the New Golem" authors = ["GolemFactory "] license = "LGPL-3.0-or-later"