Skip to content

Commit 7575893

Browse files
committed
Bump version: 0.1.0 → 0.2.0
1 parent 28ff2f8 commit 7575893

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 = 0.1.0
2+
current_version = 0.2.0
33
commit = True
44
tag = True
55
sign_tags = True

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ license: "BSD-3-Clause"
4747
repository-code: "https://github.com/mala-project/mala"
4848
title: mala
4949
# doi:
50-
version: 0.1.0
50+
version: 0.2.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. 0.1.0
3+
MALA v. 0.2.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 = '0.1.0'
3+
__version__: str = '0.2.0'

0 commit comments

Comments
 (0)