Skip to content

Commit 1d0abc6

Browse files
committed
Bump version v2022.1012 -> v2022.1013
1 parent 1096c5e commit 1d0abc6

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__ = "v2022.1012"
15+
__version__ = "v2022.1013"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ disallow_untyped_calls = True
6767
ignore_missing_imports = True
6868

6969
[bumpver]
70-
current_version = "v2022.1012"
70+
current_version = "v2022.1013"
7171
version_pattern = "vYYYY.BUILD[PYTAGNUM]"
7272
commit_message = "Bump version {old_version} -> {new_version}"
7373
commit = True

0 commit comments

Comments
 (0)