Browse Source

no message

pull/70/head
Thiago Montenegro 7 years ago
parent
commit
7b0d36e58e
  1. 4
      pynfe/__init__.py

4
pynfe/__init__.py

@ -1,7 +1,7 @@
def get_version(): def get_version():
return '0.4'
return '0.4.1'
__version__ = get_version() __version__ = get_version()
__author__ = 'Marinho Brandao, Junior Tada, Leonardo Tada'
__author__ = 'Marinho Brandao, Junior Tada, Leonardo Tada, Thiago O Lindo'
__license__ = 'GNU Lesser General Public License (LGPL)' __license__ = 'GNU Lesser General Public License (LGPL)'
__url__ = 'https://github.com/leotada/PyNFe' __url__ = 'https://github.com/leotada/PyNFe'
Loading…
Cancel
Save