Skip to content

Commit 25f7df9

Browse files
committed
Bump version v24.10.0a1 -> v24.10.0a2
1 parent 4087ea2 commit 25f7df9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

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

16-
version = "v24.10.0a1"
16+
version = "v24.10.0a2"
1717
release = f"{version}-dev"
1818
project = "Quantum ESPRESSO App"
1919
copyright_first_year = "2023"

Diff for: setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = aiidalab_qe
3-
version = 24.10.0a1
3+
version = 24.10.0a2
44
description = Package for the AiiDAlab QE app
55
long_description = file: README.md
66
long_description_content_type = text/markdown
@@ -71,7 +71,7 @@ categories =
7171
quantum
7272

7373
[bumpver]
74-
current_version = "v24.10.0a1"
74+
current_version = "v24.10.0a2"
7575
version_pattern = "v0Y.0M.PATCH[PYTAGNUM]"
7676
commit_message = "Bump version {old_version} -> {new_version}"
7777
commit = True

Diff for: src/aiidalab_qe/version.py

+1-1
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__ = "v24.10.0a1"
5+
__version__ = "v24.10.0a2"

0 commit comments

Comments
 (0)