Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
- Improve `expect_error` feedback
  • Loading branch information
kazk committed May 17, 2021
1 parent 2999639 commit ba881f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

setup(
name="codewars_test",
version="0.1.0",
version="0.2.0",
packages=["codewars_test"],
license="MIT",
description="Codewars test framework for Python",
install_requires=[],
url="https://github.com/Codewars/python-test-framework",
url="https://github.com/codewars/python-test-framework",
)

0 comments on commit ba881f9

Please sign in to comment.