From c176cd86c34f2ae3c44ffd6ab0eeeb6ccbadef8a Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Thu, 31 Aug 2023 18:13:37 +0200 Subject: [PATCH] Update version in python --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 1a58a9e..d3084f6 100644 --- a/python/setup.py +++ b/python/setup.py @@ -46,7 +46,7 @@ qmckl_module = Extension(name = "._" + MODULE_NAME, setup(name = MODULE_NAME, - version = "0.3.1", + version = "0.4.1", author = "TREX-CoE", author_email = "posenitskiy@irsamc.ups-tlse.fr", description = """Python API of the QMCkl library""",