diff --git a/README.md b/README.md
index bca463f..0de4cde 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@ Biblioteca Python que tem por objetivo enviar NFe, NFCe e NFSe no Brasil
[](https://coveralls.io/r/danimaribeiro/PyTrustNFe?branch=master)
[](https://landscape.io/github/danimaribeiro/PyTrustNFe/master)
[](https://travis-ci.org/danimaribeiro/PyTrustNFe)
+[](https://badge.fury.io/py/PyTrustNFe)
DependĂȘncias:
* PyXmlSec
diff --git a/pytrustnfe/nfe/templates/NfeAutorizacao.xml b/pytrustnfe/nfe/templates/NfeAutorizacao.xml
index 0a1d2a6..3f988af 100644
--- a/pytrustnfe/nfe/templates/NfeAutorizacao.xml
+++ b/pytrustnfe/nfe/templates/NfeAutorizacao.xml
@@ -343,8 +343,8 @@
{{ imposto.ICMS.pMVAST }}
{{ imposto.ICMS.pRedBCST }}
{{ imposto.ICMS.vBCST }}
- {{ imposto.ICMS.vICMSST }}
{{ imposto.ICMS.pICMSST }}
+ {{ imposto.ICMS.vICMSST }}
{{ imposto.ICMS.vICMSDeson }}
{{ imposto.ICMS.motDesICMS }}
diff --git a/setup.py b/setup.py
index 806f75d..545f1ab 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ long_description = pypandoc.convert('README.md', 'rst')
setup(
name="PyTrustNFe",
- version="0.1.7",
+ version="0.1.8",
author="Danimar Ribeiro",
author_email='danimaribeiro@gmail.com',
keywords=['nfe', 'mdf-e'],