From 6cb6be78a677219c9ce42e074af405d107868244 Mon Sep 17 00:00:00 2001 From: azawlocki Date: Thu, 10 Jun 2021 11:25:59 +0200 Subject: [PATCH] Update project version to 0.6.0-apha.1 (#453) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 64be2989b..c6241aa61 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-alpha.0" +version = "0.6.0-alpha.1" description = "High-level Python API for the New Golem" authors = ["Przemysław K. Rekucki ", "GolemFactory "] license = "LGPL-3.0-or-later"