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

Commit 6c28df3

Browse files
committed
1 parent 4d829a0 commit 6c28df3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '1.0'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '1.0.0'
53+
release = '1.0.1'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

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

7878
setup(name="cms",
79-
version="1.0.0",
79+
version="1.0.1",
8080
author="The CMS development team",
8181
author_email="contestms@freelists.org",
8282
url="https://github.com/cms-dev/cms",
83-
download_url="https://github.com/cms-dev/cms/archive/master.tar.gz",
83+
download_url="https://github.com/cms-dev/cms/archive/v1.0.1.tar.gz",
8484
description="A contest management system and grader "
8585
"for IOI-like programming competitions",
8686
packages=["cms",

0 commit comments

Comments
 (0)