Skip to content

Commit 22e0b0e

Browse files
authored
Merge pull request #1386 from aiidalab/release/v25.08.1
Bump version v25.08.0 -> v25.08.1
2 parents b87079e + 1335b75 commit 22e0b0e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# -- Project information -----------------------------------------------------
1515

16-
version = "v25.08.0"
16+
version = "v25.08.1"
1717
release = f"{version}-dev"
1818
project = "Quantum ESPRESSO App"
1919
copyright_first_year = "2023"

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = aiidalab_qe
3-
version = 25.8.0
3+
version = 25.8.1
44
description = Package for the AiiDAlab QE app
55
long_description = file: README.md
66
long_description_content_type = text/markdown
@@ -78,7 +78,7 @@ categories =
7878
quantum
7979

8080
[bumpver]
81-
current_version = "v25.08.0"
81+
current_version = "v25.08.1"
8282
version_pattern = "v0Y.0M.PATCH[PYTAGNUM]"
8383
commit_message = "Bump version {old_version} -> {new_version}"
8484
commit = True

src/aiidalab_qe/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
"""This module contains project version information for both the app and the workflow."""
44

5-
__version__ = "v25.08.0"
5+
__version__ = "v25.08.1"

0 commit comments

Comments
 (0)