Skip to content

Commit

Permalink
[VERSION] Increment pytest version to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
danimaribeiro committed Jan 14, 2019
1 parent 197f36b commit bf03d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pyOpenSSL >= 16.0.0, < 18
certifi >= 2015.11.20.1
xmlsec >= 1.3.3
reportlab
pytest
pytest>=4.1.1
pytest-cov
pytz
zeep
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages


VERSION = "1.0.30"
VERSION = "1.0.31"


setup(
Expand Down

0 comments on commit bf03d54

Please sign in to comment.