From eebec1ea2d449d860203250326fa65e16683e7fc Mon Sep 17 00:00:00 2001
From: jpic <jamespic@gmail.com>
Date: Tue, 26 Jan 2016 12:23:40 +0100
Subject: [PATCH] Bump 0.0.10

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index d028750..9a3eefb 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.9',
+    version='0.0.10',
     description='Base app for government representative votes',
     author='Olivier Le Thanh Duong, Laurent Peuch, Arnaud Fabre, James Pic',
     author_email='olivier@lethanh.be',
-- 
GitLab