Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "nlp2sql"
version = "0.2.0rc10"
version = "0.2.0rc11"
description = "Enterprise-ready Natural Language to SQL converter with multi-provider support. Built for production scale (1000+ tables) with Clean Architecture."
readme = "README.md"
license = {text = "MIT"}
Expand Down
2 changes: 1 addition & 1 deletion src/nlp2sql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from .schema.example_store import ExampleStore
from .services.query_service import QueryGenerationService

__version__ = "0.2.0rc10"
__version__ = "0.2.0rc11"
__author__ = "Luis Carbonel"
__email__ = "devhighlevel@gmail.com"

Expand Down
Loading
Loading