Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Commit 05c6ff8

Browse files
committed
1 parent 3c4250b commit 05c6ff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ def do_setup():
7676
os.chmod(file_, 0644)
7777

7878
setup(name="cms",
79-
version="0.1",
79+
version="0.9.0",
8080
author="Matteo Boscariol, Stefano Maggiolo, "
8181
"Giovanni Mascellani, Luca Wehrstedt",
8282
author_email="contestms@freelists.org",
8383
url="https://github.com/cms-dev/cms",
84-
download_url="",
84+
download_url="https://github.com/cms-dev/cms/archive/v0.9.0.tar.gz",
8585
description="A contest management system and grader "
8686
"for IOI-like programming competitions",
8787
packages=["cms",

0 commit comments

Comments
 (0)