Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
giomasce committed Jun 1, 2013
1 parent 4d829a0 commit 6c28df3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.0'
release = '1.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ def do_setup():
os.chmod(file_, 0644)

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

0 comments on commit 6c28df3

Please sign in to comment.