File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
14
14
# -- Project information -----------------------------------------------------
15
15
16
- version = "v25.08.0 "
16
+ version = "v25.08.1 "
17
17
release = f"{ version } -dev"
18
18
project = "Quantum ESPRESSO App"
19
19
copyright_first_year = "2023"
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = aiidalab_qe
3
- version = 25.8.0
3
+ version = 25.8.1
4
4
description = Package for the AiiDAlab QE app
5
5
long_description = file: README.md
6
6
long_description_content_type = text/markdown
@@ -78,7 +78,7 @@ categories =
78
78
quantum
79
79
80
80
[bumpver]
81
- current_version = " v25.08.0 "
81
+ current_version = " v25.08.1 "
82
82
version_pattern = " v0Y.0M.PATCH[PYTAGNUM]"
83
83
commit_message = " Bump version {old_version} -> {new_version}"
84
84
commit = True
Original file line number Diff line number Diff line change 2
2
3
3
"""This module contains project version information for both the app and the workflow."""
4
4
5
- __version__ = "v25.08.0 "
5
+ __version__ = "v25.08.1 "
You can’t perform that action at this time.
0 commit comments