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