diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 52df392d..7bd2e807 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.1 +current_version = 1.3.0 commit = True tag = True sign_tags = True diff --git a/CITATION.cff b/CITATION.cff index 88c368aa..ed67b5ef 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,5 +1,5 @@ # YAML 1.2 -cff-version: 1.2.1 +cff-version: 1.3.0 message: "If you use this software, please cite it using these metadata." authors: - affiliation: "Center for Advanced Systems Understanding (CASUS), Helmholtz-Zentrum Dresden-Rossendorf e.V. (HZDR)" @@ -83,7 +83,7 @@ authors: given-names: D. Jon -date-released: 2024-02-01 +date-released: 2024-12-05 keywords: - "machine-learning" - "dft" @@ -91,4 +91,4 @@ license: "BSD-3-Clause" repository-code: "https://github.com/mala-project/mala" title: MALA doi: 10.5281/zenodo.5557254 # This DOI represents all versions, and will always resolve to the latest one. -version: 1.2.1 +version: 1.3.0 diff --git a/Copyright.txt b/Copyright.txt index c63d2f53..87012414 100644 --- a/Copyright.txt +++ b/Copyright.txt @@ -1,6 +1,6 @@ ************************************************************************ - MALA v. 1.2.1 + MALA v. 1.3.0 Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights in this software. diff --git a/mala/version.py b/mala/version.py index ae2370da..0d7d5419 100644 --- a/mala/version.py +++ b/mala/version.py @@ -1,3 +1,3 @@ """Version number of MALA.""" -__version__: str = "1.2.1" +__version__: str = "1.3.0"