From 504abcd7ee427e19e1a769922df0452beb0f1de6 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 26 Sep 2025 14:38:54 +0200 Subject: [PATCH] use version file, bump to 0.9.1 --- setup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.py b/setup.py index f3f0f4a..fb88d13 100644 --- a/setup.py +++ b/setup.py @@ -21,11 +21,7 @@ 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