Skip to content

Commit

Permalink
Bump version: 0.1.5 → 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shindiogawa committed Jan 2, 2024
1 parent 7fde390 commit 21168e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.5
current_version = 0.1.6
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion qualytics/qualytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from typing_extensions import Annotated
from croniter import croniter

__version__ = "0.1.5"
__version__ = "0.1.6"

app = typer.Typer()

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'GitHub': 'https://github.com/Qualytics/qualytics-cli',
'Userguide': 'https://qualytics.github.io/userguide/'
}
__version__ = "0.1.5"
__version__ = "0.1.6"
setup(
name="qualytics-cli",
packages=find_packages(),
Expand Down

0 comments on commit 21168e4

Please sign in to comment.