Skip to content

Commit

Permalink
Merge pull request #5 from jurismarches/update-requirements
Browse files Browse the repository at this point in the history
[dependencies] suds-jurko==0.6 -> suds-community==1.1.0
  • Loading branch information
mmoriniere committed Apr 27, 2022
2 parents 8b054cd + 9fe3056 commit 6747157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion payzen/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.0.11'
__version__ = '0.0.12'
__version_info__ = tuple(__version__.split('.'))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'payzen.codes'
],
install_requires=[
'suds-jurko==0.6'
'suds-community==1.1.0'
],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 6747157

Please sign in to comment.