We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c63b2 commit c396714Copy full SHA for c396714
setup.py
@@ -6,7 +6,7 @@
6
from setuptools import find_packages
7
from setuptools.command.install import install
8
9
-VERSION_STRING = "1.0.2"
+VERSION_STRING = "1.0.3"
10
11
PACKAGE_NAME = "homework_checker"
12
@@ -37,7 +37,7 @@ def run(self):
37
os.chmod(file, mode)
38
39
40
-GITHUB_URL = "https://github.com/niosus/{}".format(PACKAGE_NAME)
+GITHUB_URL = "https://github.com/cpp-for-yourself/{}".format(PACKAGE_NAME)
41
42
setup(
43
name=PACKAGE_NAME,
0 commit comments