From b3a55995a3b6b53a2bf40d51861089d4cc54ca26 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 20 Nov 2023 22:11:37 +0100 Subject: [PATCH] Prepare for next release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ad7ed50..f387090 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="python_opendata_transport", - version="0.3.0", + version="0.4.0", description="Python API for interacting with transport.opendata.ch.", long_description=long_description, url="https://github.com/home-assistant-ecosystem/python-opendata-transport",