Skip to content

Commit

Permalink
Bump version: 0.1.18 → 0.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
shindiogawa committed Sep 24, 2024
1 parent abce6ea commit a807edc
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.18
current_version = 0.1.19
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.18"
__version__ = "0.1.19"

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.18"
__version__ = "0.1.19"
setup(
name="qualytics-cli",
packages=find_packages(),
Expand Down

0 comments on commit a807edc

Please sign in to comment.