We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5888ccb commit 56f7af4Copy full SHA for 56f7af4
docs/conf.py
@@ -15,7 +15,7 @@
15
year = "2024"
16
author = "Altimate Inc."
17
copyright = f"{year}, {author}"
18
-version = release = "0.0.24"
+version = release = "0.0.25"
19
20
pygments_style = "trac"
21
templates_path = ["."]
setup.py
@@ -13,7 +13,7 @@ def read(*names, **kwargs):
13
14
setup(
name="altimate-datapilot-cli",
- version="0.0.24",
+ version="0.0.25",
license="MIT",
description="Assistant for Data Teams",
long_description="{}\n{}".format(
0 commit comments