From 30b036b8ef495864ade9344ccddd1a14b5304cf9 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sat, 12 Jun 2021 10:31:47 +0200 Subject: [PATCH] bump to 0.8.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 36cf632..9e262e5 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ long_description=open('README.rst').read(), author="Guillaume Pellerin", author_email="yomguy@parisson.com", - version='0.8.0', + version='0.8.1', install_requires=[ 'setuptools', 'wheel',