From 10317998a7f336bd1a26dc95b54e7bb7785cfd22 Mon Sep 17 00:00:00 2001
From: Daniel <daniel.sasu.etu@univ-lille.fr>
Date: Sun, 5 May 2019 19:10:19 +0200
Subject: [PATCH] Change version to v0.2.7

---
 conf.py  | 4 ++--
 setup.py | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/conf.py b/conf.py
index be91411..575e561 100644
--- a/conf.py
+++ b/conf.py
@@ -27,9 +27,9 @@ copyright = '2019, Daniel SASU'
 author = 'Daniel SASU'
 
 # The short X.Y version
-version = '0.2.6'
+version = '0.2.7'
 # The full version, including alpha/beta/rc tags
-release = '0.2.6'
+release = '0.2.7'
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/setup.py b/setup.py
index e13f23d..5e39c5c 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
 
 setuptools.setup(
     name="roadwatch-data-processor",
-    version="0.2.6",
+    version="0.2.7",
     author="Daniel SASU",
     author_email="daniel.sasu@mail.com",
     description="A library for processing csv files on road accidents in France.\
-- 
GitLab