From 7b0d36e58e8e8157037c590c66bd2b03b594c478 Mon Sep 17 00:00:00 2001 From: Thiago Montenegro Date: Wed, 3 Jul 2019 16:15:31 -0300 Subject: [PATCH] no message --- pynfe/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pynfe/__init__.py b/pynfe/__init__.py index 3e48912..34ea03b 100644 --- a/pynfe/__init__.py +++ b/pynfe/__init__.py @@ -1,7 +1,7 @@ def get_version(): - return '0.4' + return '0.4.1' __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)' __url__ = 'https://github.com/leotada/PyNFe'