From fcc7764a8571cbdf3e148721681383608200938a Mon Sep 17 00:00:00 2001 From: Abdullah Selek Date: Mon, 25 Oct 2021 22:14:03 +0100 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 ade3ff5..f59d854 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.5" +__version__ = "3.5.6" __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"