From 83605176210966fc8f0d63b8fbfd07b50fcc68b8 Mon Sep 17 00:00:00 2001 From: shadeofblue Date: Tue, 13 Apr 2021 11:25:00 +0200 Subject: [PATCH] bump version to 0.5.3-alpha.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c1570ad66..c21c669cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "yapapi" -version = "0.5.2" +version = "0.5.3-alpha.0" description = "High-level Python API for the New Golem" authors = ["Przemysław K. Rekucki ", "GolemFactory "] license = "LGPL-3.0-or-later"