From ba171e1ab7c1e49cb5c516b04df0bec761def2bb Mon Sep 17 00:00:00 2001 From: Felix Date: Tue, 11 Oct 2022 16:01:50 +0200 Subject: [PATCH] Updated version --- onboardapis/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onboardapis/__init__.py b/onboardapis/__init__.py index 1142c39..4dbffcf 100644 --- a/onboardapis/__init__.py +++ b/onboardapis/__init__.py @@ -4,7 +4,7 @@ __project_name__ = 'onboardapis' __description__ = 'A pure Python wrapper for the on-board APIs of many different transportation providers' -__version__ = '1.2.3' +__version__ = '1.3.0' __author__ = 'Felix Zenk' __email__ = 'felix.zenk@web.de' __license__ = 'MIT'