From 101d5d620fad47c5c7840bd204ede81b9148513a Mon Sep 17 00:00:00 2001 From: Wannes Meert Date: Thu, 23 Sep 2021 09:42:04 +0200 Subject: [PATCH] bump version --- leuvenmapmatching/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leuvenmapmatching/__init__.py b/leuvenmapmatching/__init__.py index 3ab3b0c..f769f5b 100644 --- a/leuvenmapmatching/__init__.py +++ b/leuvenmapmatching/__init__.py @@ -13,5 +13,5 @@ logger = logging.getLogger("be.kuleuven.cs.dtai.mapmatching") -__version__ = '1.1.0' +__version__ = '1.1.1'