From 7bcc51ed7b398629b3adb5db171307e15670256c Mon Sep 17 00:00:00 2001 From: shadeofblue Date: Tue, 4 Jun 2024 16:17:48 +0200 Subject: [PATCH] bump version to 0.13.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 11b528452..d1ef20e5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yapapi" -version = "0.13.0a0" +version = "0.13.0" description = "High-level Python API for the New Golem" authors = ["GolemFactory "] license = "LGPL-3.0-or-later"