Skip to content

Commit

Permalink
[cli] Bump version: 21.12.0 → 22.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shireen-bean committed Mar 4, 2022
1 parent 5041c93 commit 19ede18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cli/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[bumpversion]
current_version = 21.12.0
current_version = 22.3.0
tag_name = cli-{new_version}
commit = True
tag = True
message = [cli] Bump version: {current_version} → {new_version}
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
serialize =
{major}.{minor}.{patch}

[bumpversion:file:src/klio_cli/__init__.py]
Expand Down
2 changes: 1 addition & 1 deletion cli/src/klio_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#

__author__ = "The klio developers"
__version__ = "21.12.0"
__version__ = "22.3.0"
__email__ = "[email protected]"
__description__ = "Main entrypoint for Klio jobs"
__uri__ = "https://github.com/spotify/klio"

0 comments on commit 19ede18

Please sign in to comment.