From 51192aa534867ac73b057205420e97ba6775dd29 Mon Sep 17 00:00:00 2001 From: David Foucher Date: Mon, 29 Jul 2019 09:14:02 +0200 Subject: [PATCH] Version 0.7.11 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 47e658fd..254a78b4 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, 10) +VERSION = (0, 7, 11) __author__ = "Yohan Boniface" __contact__ = "yohan.boniface@data.gouv.fr" -- GitLab