From 549c131ad153e41f2fef813d420827081de2402d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 19 Jan 2025 10:38:57 +0000 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 81f1e42..fd4a897 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyrail" -version = "0.2.5" +version = "0.3.0" description = "A Python wrapper for the iRail API" authors = ["Jorim Tielemans "] license = "Apache-2.0"