Skip to content

Commit dac1100

Browse files
chore: bump version to 0.2.0rc9
1 parent 8a200ae commit dac1100

2 files changed

Lines changed: 2 additions & 2 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.0rc8"
3+
version = "0.2.0rc9"
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.0rc8"
23+
__version__ = "0.2.0rc9"
2424
__author__ = "Luis Carbonel"
2525
__email__ = "devhighlevel@gmail.com"
2626

0 commit comments

Comments
 (0)