diff --git a/setup.py b/setup.py index 8449516..badeb5e 100644 --- a/setup.py +++ b/setup.py @@ -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='christoph.durr@lip6.fr', license='MIT', url='http://docs.tryalgo.org/',