Skip to content

Commit ba72e2f

Browse files
committed
fix: version
1 parent cbab4c4 commit ba72e2f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

VERSION.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
# VERSION.py - MAINTAINER's. Don't edit, if you don't know what are you doing
77
# ==============================================================================
88

9-
VERSION = (0, 2, 0, 0)
9+
VERSION = (0, 1, 7, 0)
1010
RELEASE_SUFFIX = ""
1111

1212
VERSION_STRING = ".".join([str(x) for x in VERSION])
1313
RELEASE_STRING = "v{}{}".format(VERSION_STRING, RELEASE_SUFFIX)
1414

1515
PROJECT = "Route4Me Python SDK"
16-
COPYRIGHT = "2016-2021 © Route4Me Python Team"
16+
COPYRIGHT = "2016-2024 © Route4Me Python Team"
1717
AUTHOR = "Route4Me Python Team (SDK)"
1818
AUTHOR_EMAIL = "juan@route4me.com"
1919
TITLE = "route4me"

route4me/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
# VERSION.py - MAINTAINER's. Don't edit, if you don't know what are you doing
77
# ==============================================================================
88

9-
VERSION = (0, 2, 0, 0)
9+
VERSION = (0, 1, 7, 0)
1010
RELEASE_SUFFIX = ""
1111

1212
VERSION_STRING = ".".join([str(x) for x in VERSION])
1313
RELEASE_STRING = "v{}{}".format(VERSION_STRING, RELEASE_SUFFIX)
1414

1515
PROJECT = "Route4Me Python SDK"
16-
COPYRIGHT = "2016-2021 © Route4Me Python Team"
16+
COPYRIGHT = "2016-2024 © Route4Me Python Team"
1717
AUTHOR = "Route4Me Python Team (SDK)"
1818
AUTHOR_EMAIL = "juan@route4me.com"
1919
TITLE = "route4me"

0 commit comments

Comments
 (0)