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