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