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