Skip to content

Commit f2f481a

Browse files
chore: bump version to 0.2.0rc12
1 parent 4b03fff commit f2f481a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nlp2sql"
3-
version = "0.2.0rc11"
3+
version = "0.2.0rc12"
44
description = "Enterprise-ready Natural Language to SQL converter with multi-provider support. Built for production scale (1000+ tables) with Clean Architecture."
55
readme = "README.md"
66
license = {text = "MIT"}

src/nlp2sql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from .schema.example_store import ExampleStore
2121
from .services.query_service import QueryGenerationService
2222

23-
__version__ = "0.2.0rc11"
23+
__version__ = "0.2.0rc12"
2424
__author__ = "Luis Carbonel"
2525
__email__ = "devhighlevel@gmail.com"
2626

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)