Skip to content

Commit

Permalink
Fix version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dynobo committed Dec 23, 2019
1 parent b66b145 commit 5207100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_normcap.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

def test_version():
"""Are we testing right version?"""
assert normcap.__version__ == "0.0.15"
assert normcap.__version__ == "0.1.0"


# TESTING client_code()
Expand Down

0 comments on commit 5207100

Please sign in to comment.