From 3c9db4dc02fde2579c09cce6d070b12c863ddf3e Mon Sep 17 00:00:00 2001 From: Nicolas Joyard Date: Wed, 24 Feb 2016 00:02:28 +0100 Subject: [PATCH] Bump version to 0.0.15 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 04490fc..c147dfc 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup setup( name='django-representatives-votes', - version='0.0.14', + version='0.0.15', description='Base app for government representative votes', author='Olivier Le Thanh Duong, Laurent Peuch, Arnaud Fabre, James Pic', author_email='olivier@lethanh.be', -- GitLab