Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
r4m-juan committed Jun 24, 2024
1 parent cbab4c4 commit ba72e2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions VERSION.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"
TITLE = "route4me"
Expand Down
4 changes: 2 additions & 2 deletions route4me/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"
TITLE = "route4me"
Expand Down

0 comments on commit ba72e2f

Please sign in to comment.