File tree 3 files changed +4
-4
lines changed
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 = "v24.10.0a1 "
16
+ version = "v24.10.0a2 "
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 = 24.10.0a1
3
+ version = 24.10.0a2
4
4
description = Package for the AiiDAlab QE app
5
5
long_description = file: README.md
6
6
long_description_content_type = text/markdown
@@ -71,7 +71,7 @@ categories =
71
71
quantum
72
72
73
73
[bumpver]
74
- current_version = " v24.10.0a1 "
74
+ current_version = " v24.10.0a2 "
75
75
version_pattern = " v0Y.0M.PATCH[PYTAGNUM]"
76
76
commit_message = " Bump version {old_version} -> {new_version}"
77
77
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__ = "v24.10.0a1 "
5
+ __version__ = "v24.10.0a2 "
You can’t perform that action at this time.
0 commit comments