forked from route4me/route4me-python-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVERSION.py
More file actions
22 lines (18 loc) · 737 Bytes
/
VERSION.py
File metadata and controls
22 lines (18 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- coding: utf-8 -*-
# ==============================================================================
# AUTOGENERATED
# python.sdk.version - AUTOGENERATED
# VERSION.py - MAINTAINER's. Don't edit, if you don't know what are you doing
# ==============================================================================
VERSION = (0, 1, 5, 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'
AUTHOR = 'Route4Me Python Team (SDK)'
AUTHOR_EMAIL = 'juan@route4me.com'
TITLE = 'route4me'
LICENSE = 'ISC'
BUILD = None # TRAVIS_COMMIT
COMMIT = None # TRAVIS_BUILD_NUMBER