From 97ba33d700d50303aad3eb2b0734dccca9e777d8 Mon Sep 17 00:00:00 2001 From: Abdullah Selek Date: Mon, 4 Oct 2021 21:30:47 +0300 Subject: [PATCH] Bump version --- herepy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/herepy/__init__.py b/herepy/__init__.py index 3dd925a..ade3ff5 100644 --- a/herepy/__init__.py +++ b/herepy/__init__.py @@ -6,7 +6,7 @@ __email__ = "abdullahselek@gmail.com" __copyright__ = "Copyright (c) 2017 Abdullah Selek" __license__ = "MIT License" -__version__ = "3.5.4" +__version__ = "3.5.5" __url__ = "https://github.com/abdullahselek/HerePy" __download_url__ = "https://pypi.org/pypi/herepy" __description__ = "A library that provides a Python interface to the HERE APIs"