Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zainhoda committed Jul 4, 2023
2 parents c5d8687 + 4b3a9c6 commit b897dff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: pip install mkdocstrings[python]
- run: pip install .
- run: mkdocs gh-deploy --force
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "vanna"
version = "0.0.3"
version = "0.0.4"
authors = [
{ name="Zain Hoda", email="zain@vanna.ai" },
]
Expand All @@ -18,4 +18,4 @@ dependencies = [

[project.urls]
"Homepage" = "https://github.com/vanna-ai/vanna-py"
"Bug Tracker" = "https://github.com/vanna-ai/vanna-py/issues"
"Bug Tracker" = "https://github.com/vanna-ai/vanna-py/issues"

0 comments on commit b897dff

Please sign in to comment.