Skip to content

Commit

Permalink
Merge pull request #19 from Qualytics/sc-15851/library-enhancement-tyler
Browse files Browse the repository at this point in the history
Bump version: 0.1.14 → 0.1.15
  • Loading branch information
shindiogawa authored Mar 25, 2024
2 parents 636d542 + 7a233e2 commit 88f45b3
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.14
current_version = 0.1.15
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.14"
__version__ = "0.1.15"

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

0 comments on commit 88f45b3

Please sign in to comment.