__init__.py 169 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 VERSION = (0, 7, 46) def get_version(*args, **kwargs): return ".".join(map(str, VERSION)) HTTP_CLIENT_UA = 'FloraConcierge Python Api Client v%s' % get_version()