Skip to content

Commit

Permalink
Bump version v22.06.1 -> v23.03.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Mar 31, 2023
1 parent 274c3c9 commit 2e7af53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aiidalab_sssp/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

"""This module contains project version information."""

__version__ = "v22.06.1"
__version__ = "v23.03.0"
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = aiidalab_sssp
version = 22.6.1
version = 23.3.0
description = AiiDAlab app to run pseudopotential verification
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down Expand Up @@ -51,7 +51,7 @@ ignore =
E203 # Whitespace before ':', preferred formatting for black.

[bumpver]
current_version = "v22.06.1"
current_version = "v23.03.0"
version_pattern = "v0Y.0M.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = True
Expand Down

0 comments on commit 2e7af53

Please sign in to comment.