From 729ecf6f736555d73650753bab2a8420bf4567a5 Mon Sep 17 00:00:00 2001 From: Saif Ul Islam Date: Mon, 29 Nov 2021 23:15:53 +0500 Subject: [PATCH] Prepare release 1.0.1 - FIX, auth bug, see #134 Signed-off-by: Saif Ul Islam --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1b1a1b7..14cf2bb 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ # Setup variables. Change as needed NAME = "mapillary" -VERSION = "1.0.0" +VERSION = "1.0.1" AUTHOR = "Christopher Beddow" AUTHOR_EMAIL = "support@mapillary.zendesk.com" LICENSE = "MIT"