diff --git a/setup.py b/setup.py index c147dfc6ddda969229f4f7b1a3aec1dfb0788125..edefeb7b18ad4b7c685b57433679052088c392b1 100644 --- a/setup.py +++ b/setup.py @@ -2,9 +2,9 @@ from setuptools import find_packages, setup setup( name='django-representatives-votes', - version='0.0.15', + version='0.0.16', description='Base app for government representative votes', - author='Olivier Le Thanh Duong, Laurent Peuch, Arnaud Fabre, James Pic', + author='Olivier Le Thanh Duong, Laurent Peuch, Arnaud Fabre, James Pic, Nicolas Joyard', author_email='olivier@lethanh.be', url='http://github.com/political-memory/django-representatives-votes', packages=find_packages(),