Skip to content

Commit

Permalink
[FIX] Change xmlsec requirment to the maintained version of mehcode
Browse files Browse the repository at this point in the history
[FEA] Version bump
  • Loading branch information
aricaldeira committed Mar 3, 2017
1 parent 368b7b0 commit 38eb287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = "PySPED",
version = "0.1.2",
version = "0.1.3",
author = "Aristides Caldeira",
author_email = '[email protected]',
test_suite='tests',
Expand Down Expand Up @@ -47,7 +47,7 @@
long_description = open('README.rst').read(),
requires=[
'Geraldo(>=0.4.16)',
'PyXMLSec(>=0.3.0)',
'xmlsec(>=1.0.5)',
'qrcode(>=5.3)',
'py3o.template(>=0.9.11)',
'sh(>=1.12.9)'
Expand Down

0 comments on commit 38eb287

Please sign in to comment.