Skip to content

Commit

Permalink
Release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gventuri committed Mar 1, 2024
1 parent 1283b3b commit 41c05d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ nav:
- Contributing: CONTRIBUTING.md
- License: license.md
extra:
version: "2.0"
version: "2.0.2"
plugins:
- search
- mkdocstrings:
Expand Down
2 changes: 1 addition & 1 deletion pandasai/llm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from .azure_openai import AzureOpenAI
from .base import LLM
from .google_gemini import GoogleGemini
from .google_palm import GooglePalm
from .google_vertexai import GoogleVertexAI
from .google_gemini import GoogleGemini
from .huggingface_text_gen import HuggingFaceTextGen
from .langchain import LangchainLLM
from .openai import OpenAI
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pandasai"
version = "2.0"
version = "2.0.2"
description = "PandasAI is a Python library that integrates generative artificial intelligence capabilities into Pandas, making dataframes conversational."
authors = ["Gabriele Venturi"]
license = "MIT"
Expand Down

0 comments on commit 41c05d5

Please sign in to comment.