From 627835b0568c7212803529fdb570fb23b2e6218b Mon Sep 17 00:00:00 2001 From: shadeofblue <blue@wave460.net> Date: Thu, 25 Apr 2024 20:04:11 +0200 Subject: [PATCH] bump version to 0.7.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 79740aca..d8556e02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "golem-core" -version = "0.7.1" +version = "0.7.2" description = "Golem Network (https://golem.network/) API for Python" authors = ["Golem Factory <contact@golem.network>"] license = "LGPL-3.0-or-later"