From 99ba6908f4a7dd945888b7bc8c611bb9a153898c Mon Sep 17 00:00:00 2001
From: jpic <jamespic@gmail.com>
Date: Tue, 9 Feb 2016 01:10:59 +0100
Subject: [PATCH] Release 0.0.13

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

diff --git a/setup.py b/setup.py
index c27915f..2b3cd4d 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',
-- 
GitLab