diff --git a/remote/config.yml b/remote/config.yml index 4ade996912476f74edbe1ae760a86b6f5c675fdf..f07466747ea9d0c47a6fbc1dec138da8d02e6d5c 100644 --- a/remote/config.yml +++ b/remote/config.yml @@ -2,4 +2,4 @@ ssh_keys_urls: ybon: http://nuage.yohanboniface.me/id_rsa.pub version: master trefle: - version: 0.1.1 + version: 0.1.2 diff --git a/setup.py b/setup.py index ce04bcdad1af3dbf7f120a68917692dee1f341fa..a68ef64d53e69f32b3bc496152d31b9419b11afd 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def is_pkg(line): with open('requirements.txt', encoding='utf-8') as reqs: install_requires = [l for l in reqs.read().split('\n') if is_pkg(l)] -VERSION = (0, 1, 1) +VERSION = (0, 1, 2) __author__ = 'Yohan Boniface' __contact__ = "yohan.boniface@data.gouv.fr"