From 5aa7e1b667cab359c8702737f258ef140803a22d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 27 Sep 2024 15:58:33 +0200 Subject: [PATCH] Prepare for new release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d33da1f..5ff0c30 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="python_opendata_transport", - version="0.4.0", + version="0.5.0", description="Python API for interacting with transport.opendata.ch.", long_description=long_description, url="https://github.com/home-assistant-ecosystem/python-opendata-transport",