From 9b0d20b7284b28423c6d8920097f4afd5b2ffdab Mon Sep 17 00:00:00 2001 From: David Foucher Date: Thu, 4 Jul 2019 16:59:40 +0200 Subject: [PATCH] Change version to 0.7.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b040301e..9c774392 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def is_pkg(line): with Path("requirements.txt").open() as reqs: install_requires = [l for l in reqs.read().split("\n") if is_pkg(l)] -VERSION = (0, 7, 0) +VERSION = (0, 7, 8) __author__ = "Yohan Boniface" __contact__ = "yohan.boniface@data.gouv.fr" -- GitLab