diff --git a/setup.py b/setup.py index 168c27c..7c43f38 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import find_packages from setuptools.command.install import install -VERSION_STRING = "1.0.2" +VERSION_STRING = "1.0.3" PACKAGE_NAME = "homework_checker" @@ -37,7 +37,7 @@ def run(self): os.chmod(file, mode) -GITHUB_URL = "https://github.com/niosus/{}".format(PACKAGE_NAME) +GITHUB_URL = "https://github.com/cpp-for-yourself/{}".format(PACKAGE_NAME) setup( name=PACKAGE_NAME,