From 011e3806ba4a0ec3a052d57919770c2c37f3dc66 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 31 Dec 2019 18:46:13 +0100 Subject: [PATCH] [setup] bump to 0.8.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a534992..a77a123 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( long_description=open('README.rst').read(), author="Guillaume Pellerin", author_email="yomguy@parisson.com", - version='0.8.0a2', + version='0.8.0', install_requires=[ 'setuptools', 'wheel', -- 2.47.3