From 98202395d22f04d9faadf8f93d1d741d71f6771e Mon Sep 17 00:00:00 2001 From: Frederick Gnodtke Date: Thu, 19 Sep 2024 17:35:55 +0200 Subject: [PATCH] Version 0.5.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 13b302c8..80c50a1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "myskoda" -version = "0.4.0" +version = "0.5.0" description = "Library for interaction with the MySkoda APIs." authors = ["Frederick Gnodtke "] readme = "README.md"