Skip to content

Commit 33c7a26

Browse files
committed
Bump version v2023.1018 -> v2023.1019
1 parent 2a27bdd commit 33c7a26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aiidalab_launch/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
except RuntimeError:
1313
__version__ = get_version("aiidalab-launch").serialize()
1414
except ImportError:
15-
__version__ = "v2023.1018"
15+
__version__ = "v2023.1019"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ disallow_untyped_calls = True
6363
ignore_missing_imports = True
6464

6565
[bumpver]
66-
current_version = "v2023.1018"
66+
current_version = "v2023.1019"
6767
version_pattern = "vYYYY.BUILD[PYTAGNUM]"
6868
commit_message = "Bump version {old_version} -> {new_version}"
6969
commit = True

0 commit comments

Comments
 (0)