Skip to content

Commit a0efea3

Browse files
author
Paul Ellis
committed
Bump version to 0.9.2
1 parent be25361 commit a0efea3

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
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "sql-agent-cli"
7-
version = "0.9.1"
7+
version = "0.9.2"
88
description = "Read-only SQL CLI for agentic workflows"
99
readme = "README.md"
1010
license = "MIT"

src/sql_agent/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__all__ = ["__version__"]
22

3-
__version__ = "0.9.1"
3+
__version__ = "0.9.2"

0 commit comments

Comments
 (0)