From 757006f29c5c2e6ffd62fe439ba5f7ecfad0ba40 Mon Sep 17 00:00:00 2001 From: sathninduk <45420836+sathninduk@users.noreply.github.com> Date: Wed, 4 Dec 2024 13:51:41 +0530 Subject: [PATCH 1/2] ci: release --- .github/workflows/publish.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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? From bca50ac609cd26d1a475763edada16c293309a09 Mon Sep 17 00:00:00 2001 From: sathninduk <45420836+sathninduk@users.noreply.github.com> Date: Wed, 4 Dec 2024 13:52:40 +0530 Subject: [PATCH 2/2] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",