Skip to content

Commit

Permalink
CHange version
Browse files Browse the repository at this point in the history
  • Loading branch information
scemama committed Apr 10, 2024
1 parent 5ee297a commit 8c5ec87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

AC_PREREQ([2.69])

AC_INIT([qmckl],[0.5.4],[https://github.com/TREX-CoE/qmckl/issues],[],[https://trex-coe.github.io/qmckl/index.html])
AC_INIT([qmckl],[1.0.0],[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])

Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@


setup(name = MODULE_NAME,
version = "0.5.4",
version = "1.0.0",
author = "TREX-CoE",
author_email = "[email protected]",
description = """Python API of the QMCkl library""",
Expand Down

0 comments on commit 8c5ec87

Please sign in to comment.