Skip to content

Commit

Permalink
Merge branch 'hotfix/2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
mcclown committed Jun 10, 2019
2 parents a332436 + 4414e88 commit 4fe2f68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aquaipy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

from .aquaipy import AquaIPy, Response # noqa: F401

_VERSION_ = "2.0.0"
_VERSION_ = "2.0.1"
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pytest==4.4.0
requests==2.20.0
pytest-cov==2.5.1
asyncio=3.4.3
aiohttp=3.5.4
asyncio==3.4.3
aiohttp==3.5.4
pytest-asyncio==0.10.0
pytest-aiohttp==0.3.0
asynctest==0.12.3

0 comments on commit 4fe2f68

Please sign in to comment.