diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e9a8f0b..98a5a38 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,7 +3,7 @@ name: Publish Python Package on: push: branches: - - main + - release jobs: tag-and-publish: diff --git a/README.md b/README.md index e5ae3c1..7011560 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # ChatWithSQL **ChatWithSQL** is a Python library that bridges the gap between natural language queries and SQL databases. Designed for reliability, security, and performance, ChatWithSQL allows developers to leverage advanced Language Learning Models (LLMs) like OpenAI, Gemini, and more to retrieve database data using simple, intuitive natural language prompts. + ![Banner.png](docs_src%2Fimages%2FBanner.png) ## 🎯 Why ChatWithSQL? diff --git a/setup.py b/setup.py index a65c03a..8a15e84 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="chatwithsql", - version="0.1.2", + version="0.1.3", packages=find_packages(), install_requires=[ "llama-index",