Skip to content

Commit ba881f9

Browse files
committed
v0.2.0
- Improve `expect_error` feedback
1 parent 2999639 commit ba881f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
setup(
44
name="codewars_test",
5-
version="0.1.0",
5+
version="0.2.0",
66
packages=["codewars_test"],
77
license="MIT",
88
description="Codewars test framework for Python",
99
install_requires=[],
10-
url="https://github.com/Codewars/python-test-framework",
10+
url="https://github.com/codewars/python-test-framework",
1111
)

0 commit comments

Comments
 (0)