Skip to content

Commit

Permalink
Bump version v2023.1018 -> v2023.1019
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Jul 10, 2023
1 parent 2a27bdd commit 33c7a26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiidalab_launch/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
except RuntimeError:
__version__ = get_version("aiidalab-launch").serialize()
except ImportError:
__version__ = "v2023.1018"
__version__ = "v2023.1019"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ disallow_untyped_calls = True
ignore_missing_imports = True

[bumpver]
current_version = "v2023.1018"
current_version = "v2023.1019"
version_pattern = "vYYYY.BUILD[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = True
Expand Down

0 comments on commit 33c7a26

Please sign in to comment.