Skip to content

Commit

Permalink
[cli] Bump version: 21.7.0.dev3 → 21.8.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Simon committed Aug 31, 2021
1 parent c317fb1 commit b6f061c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 21.7.0.dev3
current_version = 21.8.0rc1
tag_name = cli-{new_version}
commit = True
tag = True
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.7.0.dev3"
__version__ = "21.8.0rc1"
__email__ = "[email protected]"
__description__ = "Main entrypoint for Klio jobs"
__uri__ = "https://github.com/spotify/klio"

0 comments on commit b6f061c

Please sign in to comment.