We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2999639 commit ba881f9Copy full SHA for ba881f9
setup.py
@@ -2,10 +2,10 @@
2
3
setup(
4
name="codewars_test",
5
- version="0.1.0",
+ version="0.2.0",
6
packages=["codewars_test"],
7
license="MIT",
8
description="Codewars test framework for Python",
9
install_requires=[],
10
- url="https://github.com/Codewars/python-test-framework",
+ url="https://github.com/codewars/python-test-framework",
11
)
0 commit comments