Skip to content

Commit

Permalink
Fix version of setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jilljenn committed Feb 4, 2016
1 parent 83b5d33 commit cb6bb3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
from distutils.core import setup

setup(name='tryalgo',
version='0.9',
version='1.0',
description='Basic and advanced algorithms and datastructures',
author='Jill-Jenn Vie and Christoph Durr',
author='Jill-Jênn Vie and Christoph Dürr',
author_email='[email protected]',
license='MIT',
url='http://docs.tryalgo.org/',
Expand Down

0 comments on commit cb6bb3e

Please sign in to comment.