From 5d8dfacffe2399910dc538251d65961b5cc3d21b Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 6 Oct 2023 11:35:02 +0200 Subject: [PATCH] Bump version to 0.5.4 --- configure.ac | 2 +- python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8cda8e0..d27c74c 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,7 @@ AC_PREREQ([2.69]) -AC_INIT([qmckl],[0.5.3],[https://github.com/TREX-CoE/qmckl/issues],[],[https://trex-coe.github.io/qmckl/index.html]) +AC_INIT([qmckl],[0.5.4],[https://github.com/TREX-CoE/qmckl/issues],[],[https://trex-coe.github.io/qmckl/index.html]) AC_CONFIG_AUX_DIR([tools]) AM_INIT_AUTOMAKE([subdir-objects color-tests parallel-tests silent-rules 1.11]) diff --git a/python/setup.py b/python/setup.py index 1b4d33c..c58ebbd 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.5.3", + version = "0.5.4", author = "TREX-CoE", author_email = "posenitskiy@irsamc.ups-tlse.fr", description = """Python API of the QMCkl library""",