From 9d54d51982d3107ccdc65a41700d4d0f59e49095 Mon Sep 17 00:00:00 2001 From: shadeofblue Date: Tue, 5 Oct 2021 10:29:09 +0200 Subject: [PATCH] bump version to 0.7.0-alpha.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7132d8ea9..012801041 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "yapapi" -version = "0.7.0-alpha.0" +version = "0.7.0-alpha.1" description = "High-level Python API for the New Golem" authors = ["Przemysław K. Rekucki ", "GolemFactory "] license = "LGPL-3.0-or-later"