From 181c45ff12b7a62e09e7fa0cbf7be4c026267300 Mon Sep 17 00:00:00 2001 From: Paris Kasidiaris Date: Thu, 19 Oct 2023 14:39:46 +0300 Subject: [PATCH] Bump version to `0.3.0` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ebf489d..05f12f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openproject" -version = "0.2.0" +version = "0.3.0" description = "Python SDK for the OpenProject API" authors = ["LOGIC "] license = "MIT"