From d5c56344eafd1329a93e0fa468aaac27d8e01f2c Mon Sep 17 00:00:00 2001 From: shadeofblue Date: Wed, 16 Jun 2021 15:16:01 +0200 Subject: [PATCH] version 0.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c6241aa61..6d359a30b 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.1" +version = "0.6.0" description = "High-level Python API for the New Golem" authors = ["Przemysław K. Rekucki ", "GolemFactory "] license = "LGPL-3.0-or-later"