Skip to content

Commit c3655fa

Browse files
Merge pull request mala-project#671 from mala-project/master
Updating develop
2 parents f4e086e + 11643a0 commit c3655fa

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.0
2+
current_version = 1.4.0
33
commit = True
44
tag = True
55
sign_tags = True

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# YAML 1.2
2-
cff-version: 1.3.0
2+
cff-version: 1.4.0
33
message: "If you use this software, please cite it using these metadata."
44
authors:
55
- affiliation: "Center for Advanced Systems Understanding (CASUS), Helmholtz-Zentrum Dresden-Rossendorf e.V. (HZDR)"
@@ -83,12 +83,12 @@ authors:
8383
given-names: D. Jon
8484

8585

86-
date-released: 2024-12-05
86+
date-released: 2025-06-02
8787
keywords:
8888
- "machine-learning"
8989
- "dft"
9090
license: "BSD-3-Clause"
9191
repository-code: "https://github.com/mala-project/mala"
9292
title: MALA
9393
doi: 10.5281/zenodo.5557254 # This DOI represents all versions, and will always resolve to the latest one.
94-
version: 1.3.0
94+
version: 1.4.0

Copyright.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
************************************************************************
22

3-
MALA v. 1.3.0
3+
MALA v. 1.4.0
44

55
Under the terms of Contract DE-NA0003525 with NTESS,
66
the U.S. Government retains certain rights in this software.

mala/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version number of MALA."""
22

3-
__version__: str = "1.3.0"
3+
__version__: str = "1.4.0"

0 commit comments

Comments
 (0)