From 11506b17307659b18058e67cc6b54e3d312d8712 Mon Sep 17 00:00:00 2001 From: jpic <jamespic@gmail.com> Date: Sun, 27 Dec 2015 16:51:50 +0100 Subject: [PATCH] Bump 0.0.8 [ci skip] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1d839e0..778b545 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.7', + version='0.0.8', description='Base app for government representative votes', author='Olivier Le Thanh Duong, Laurent Peuch, Arnaud Fabre, James Pic', author_email='olivier@lethanh.be', -- GitLab