diff --git a/setup.py b/setup.py index dc916f3..2b6a117 100644 --- a/setup.py +++ b/setup.py @@ -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", )