From ba72e2f1bc3a0e63f921b3ab6212cccac027b6fc Mon Sep 17 00:00:00 2001 From: Juan Date: Mon, 24 Jun 2024 18:30:19 -0500 Subject: [PATCH] fix: version --- VERSION.py | 4 ++-- route4me/version.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION.py b/VERSION.py index 32713e5..2a9e635 100644 --- a/VERSION.py +++ b/VERSION.py @@ -6,14 +6,14 @@ # VERSION.py - MAINTAINER's. Don't edit, if you don't know what are you doing # ============================================================================== -VERSION = (0, 2, 0, 0) +VERSION = (0, 1, 7, 0) RELEASE_SUFFIX = "" VERSION_STRING = ".".join([str(x) for x in VERSION]) RELEASE_STRING = "v{}{}".format(VERSION_STRING, RELEASE_SUFFIX) PROJECT = "Route4Me Python SDK" -COPYRIGHT = "2016-2021 © Route4Me Python Team" +COPYRIGHT = "2016-2024 © Route4Me Python Team" AUTHOR = "Route4Me Python Team (SDK)" AUTHOR_EMAIL = "juan@route4me.com" TITLE = "route4me" diff --git a/route4me/version.py b/route4me/version.py index 32713e5..2a9e635 100644 --- a/route4me/version.py +++ b/route4me/version.py @@ -6,14 +6,14 @@ # VERSION.py - MAINTAINER's. Don't edit, if you don't know what are you doing # ============================================================================== -VERSION = (0, 2, 0, 0) +VERSION = (0, 1, 7, 0) RELEASE_SUFFIX = "" VERSION_STRING = ".".join([str(x) for x in VERSION]) RELEASE_STRING = "v{}{}".format(VERSION_STRING, RELEASE_SUFFIX) PROJECT = "Route4Me Python SDK" -COPYRIGHT = "2016-2021 © Route4Me Python Team" +COPYRIGHT = "2016-2024 © Route4Me Python Team" AUTHOR = "Route4Me Python Team (SDK)" AUTHOR_EMAIL = "juan@route4me.com" TITLE = "route4me"