From 7146991ab1b40e98b3709d8909c3ffa97ef3f69e Mon Sep 17 00:00:00 2001 From: azawlocki Date: Thu, 17 Jun 2021 12:15:03 +0200 Subject: [PATCH] Bump version to 0.6.1-alpha.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4945d75da..31921aabc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "yapapi" -version = "0.6.0" +version = "0.6.1-alpha.0" description = "High-level Python API for the New Golem" authors = ["Przemysław K. Rekucki ", "GolemFactory "] license = "LGPL-3.0-or-later"