Skip to content

Commit

Permalink
Merge pull request #109 from spotify/fallon/cli-1.0.1
Browse files Browse the repository at this point in the history
[cli] Bump version: 1.0.0 → 1.0.1
  • Loading branch information
fallonchen authored Oct 27, 2020
2 parents 99d5f30 + 4446de8 commit ada47ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions cli/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
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]

[bdist_wheel]
universal = 1

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__ = "1.0.0"
__version__ = "1.0.1"
__email__ = "[email protected]"
__description__ = "Main entrypoint for Klio jobs"
__uri__ = "https://github.com/spotify/klio"

0 comments on commit ada47ef

Please sign in to comment.