Skip to content

Commit

Permalink
[core] 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 6c1a544 commit d0e665b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/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
commit = True
tag = True
tag_name = core-{new_version}
message = [core] 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_core/__init__.py]
Expand Down
2 changes: 1 addition & 1 deletion core/src/klio_core/__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__ = "Core klio library for common functionality"
__uri__ = "https://github.com/spotify/klio"

0 comments on commit d0e665b

Please sign in to comment.