diff --git a/pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml b/pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml
index bf5e52f..be852fb 100644
--- a/pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml
+++ b/pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml
@@ -70,8 +70,10 @@
{% endif %}
{% if rps.tomador.email %}{{ rps.tomador.email }}{% endif %}
{{ rps.descricao|normalize|escape }}
+ {% if rps.valor_carga_tributarial %}
{{ rps.valor_carga_tributaria }}
{{ rps.fonte_carga_tributaria }}
+ {% endif %}
{% endfor %}
diff --git a/setup.py b/setup.py
index 52e7c21..07316f9 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
from setuptools import setup, find_packages
-VERSION = "1.0.54"
+VERSION = "1.0.55"
setup(