From a2b4e515e8583e7f0197711faf25e43b1ad7f8ab Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Sun, 7 Aug 2022 16:01:03 +0200 Subject: [PATCH] Bump version to 0.3.1 --- configure.ac | 2 +- python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 2b32656..1544bcc 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,7 @@ AC_PREREQ([2.69]) -AC_INIT([qmckl],[0.2.1],[https://github.com/TREX-CoE/qmckl/issues],[],[https://trex-coe.github.io/qmckl/index.html]) +AC_INIT([qmckl],[0.3.1],[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 13ef779..d2abecf 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.2.0", + version = "0.3.1", author = "TREX-CoE", author_email = "posenitskiy@irsamc.ups-tlse.fr", description = """Python API of the QMCkl library""",