diff --git a/setup.cfg b/setup.cfg index 6abd048..fc3b2ad 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,7 +12,7 @@ url=https://github.com/Anand1310/summer-code-jam-2021 project_urls= Bug Tracker: https://github.com/Anand1310/summer-code-jam-2021/issues license_files = LICENSE.txt -download_url=https://github.com/Anand1310/summer-code-jam-2021/archive/v1.0.1.tar.gz +download_url=https://github.com/Anand1310/summer-code-jam-2021/archive/v1.0.2.tar.gz keywords= game maze diff --git a/setup.py b/setup.py index 135ae1d..1adeee4 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ project_urls={ "Bug Tracker": "https://github.com/Anand1310/summer-code-jam-2021/issues", }, - download_url="https://github.com/Anand1310/summer-code-jam-2021/archive/v1.0.1.tar.gz", + download_url="https://github.com/Anand1310/summer-code-jam-2021/archive/v1.0.2.tar.gz", keywords=["game", "maze", "box", "think inside the box", "sound", "3d-sound"], install_requires=[ 'blessed',