Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
yuji38kwmt committed Jul 2, 2019
1 parent ac1e37a commit 7655e43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion annofabapi/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.7.0'
__version__ = '0.7.1'
1 change: 0 additions & 1 deletion tests/test_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def test_build():
with pytest.raises(ValueError):
annofabapi.AnnofabApi("test_user", "")


with pytest.raises(annofabapi.exceptions.AnnofabApiException):
os.environ.pop('ANNOFAB_USER_ID', None)
os.environ.pop('ANNOFAB_PASSWORD', None)
Expand Down

0 comments on commit 7655e43

Please sign in to comment.