We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abce6ea commit a807edcCopy full SHA for a807edc
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.18
+current_version = 0.1.19
3
commit = True
4
tag = True
5
tag_name = {new_version}
qualytics/qualytics.py
@@ -19,7 +19,7 @@
19
from typing_extensions import Annotated
20
from croniter import croniter
21
22
-__version__ = "0.1.18"
+__version__ = "0.1.19"
23
24
app = typer.Typer()
25
setup.py
@@ -9,7 +9,7 @@
9
"GitHub": "https://github.com/Qualytics/qualytics-cli",
10
"Userguide": "https://qualytics.github.io/userguide/",
11
}
12
13
setup(
14
name="qualytics-cli",
15
packages=find_packages(),
0 commit comments