From 45616b4e96877550f5298002c024be5aab400f87 Mon Sep 17 00:00:00 2001 From: Nicolas Joyard Date: Sun, 17 Jul 2016 09:12:09 +0200 Subject: [PATCH] Bump to 0.0.23 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e371596..dacf8e6 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.22', + version='0.0.23', description='Base app for government representative votes', author='Olivier Le Thanh Duong, Laurent Peuch, Arnaud Fabre, James Pic, Nicolas Joyard', author_email='olivier@lethanh.be', -- GitLab