def get_version(): return '0.1' __version__ = get_version() __author__ = 'Marinho Brandao' __license__ = 'GNU Lesser General Public License (LGPL)' __url__ = 'http://github.com/marinho/PyNFe'