From bfcd13f1707699ec3ef1422d73357c14cc685460 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 5 Jul 2018 11:20:27 +0200 Subject: [PATCH] goto 0.8.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b5bf0e3e..2bb638f3 100755 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ def run_tests(self): long_description=open_here('README.rst').read(), author="Guillaume Pellerin, Paul Brossier, Thomas Fillon, Riccardo Zaccarelli, Olivier Guilyardi", author_email="yomguy@parisson.com, piem@piem.org, thomas@parisson.com, riccardo.zaccarelli@gmail.com, olivier@samalyse.com", - version='0.8.1', + version='0.8.2', setup_requires=['pyyaml'], install_requires=[get_dependencies('conda-environment.yml')], platforms=['OS Independent'],