From c39671424db07e8efc3989df05d3900b60d7c5fd Mon Sep 17 00:00:00 2001 From: Igor Bogoslavskyi Date: Mon, 14 Feb 2022 10:50:43 +0100 Subject: [PATCH] Change link to organisation (#14) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,