From 2d324ba537f3ab56efa4695bddf13d400f0a6739 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 26 Sep 2025 14:38:33 +0200 Subject: [PATCH] bump to 0.8.3 --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 077851b..39e1e4c 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,11 @@ setup( long_description=open('README.rst').read(), author="Guillaume Pellerin", author_email="yomguy@parisson.com", +<<<<<<< HEAD version='0.9.2', +======= + version='0.8.3', +>>>>>>> d538af1 (bump to 0.8.3) install_requires=[ 'setuptools', 'wheel', -- 2.47.3