__init__.py 170 Bytes
VERSION = (0, 0, 15)


def get_version(*args, **kwargs):
    return ".".join(map(str, VERSION))


HTTP_CLIENT_UA = 'FloraConcierge Python Api Client v%s' % get_version()