From 406d31156e8ef55e3f4fa4b8a0542107c7b8499b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20J=C3=A9gou?= Date: Tue, 3 Oct 2023 09:46:40 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dc72b14..dedb99e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup(name='balaitous', author='Simon Jégou', - version='1.1', + version='1.2', description='Codebase to run the Balaitous model', long_description=long_description, long_description_content_type="text/markdown",