Skip to content

Commit

Permalink
[VER] Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
danimaribeiro committed Sep 12, 2019
1 parent 62a75c1 commit aadb32a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages


VERSION = "1.0.41"
VERSION = "1.0.42"


setup(
Expand Down
2 changes: 1 addition & 1 deletion tests/test_servidores.py
Expand Up @@ -21,7 +21,7 @@
url_cad_rs = 'https://cad.sefazrs.rs.gov.br/ws/cadconsultacadastro/cadconsultacadastro4.asmx?wsdl'

url_cad_sc = 'https://cad.svrs.rs.gov.br/ws/cadconsultacadastro/cadconsulta\
cadastro2.asmx?wsdl'
cadastro4.asmx?wsdl'


class test_servidores(unittest.TestCase):
Expand Down

0 comments on commit aadb32a

Please sign in to comment.