"""Library version information.""" __author__ = 'The Orchard' __author_email__ = 'webdev@theorchard.com' __description__ = 'Standard python interface to orchard features.' __license__ = 'MIT' __name__ = 'pythonfeatures' __url__ = 'https://github.com/theorchard/python-orchard-features' __version__ = '7.0.0'