Skip to content

Commit c396714

Browse files
authored
Change link to organisation (#14)
1 parent 97c63b2 commit c396714

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
@@ -6,7 +6,7 @@
66
from setuptools import find_packages
77
from setuptools.command.install import install
88

9-
VERSION_STRING = "1.0.2"
9+
VERSION_STRING = "1.0.3"
1010

1111
PACKAGE_NAME = "homework_checker"
1212

@@ -37,7 +37,7 @@ def run(self):
3737
os.chmod(file, mode)
3838

3939

40-
GITHUB_URL = "https://github.com/niosus/{}".format(PACKAGE_NAME)
40+
GITHUB_URL = "https://github.com/cpp-for-yourself/{}".format(PACKAGE_NAME)
4141

4242
setup(
4343
name=PACKAGE_NAME,

0 commit comments

Comments
 (0)