diff --git a/pyproject.toml b/pyproject.toml index 30ea149..ac92ccc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sql-redis" -version = "0.3.0" +version = "0.4.0" description = "SQL to Redis command translation utility" authors = [{ name = "Redis Inc.", email = "applied.ai@redis.com" }] requires-python = ">=3.9,<3.14" diff --git a/uv.lock b/uv.lock index 90dbd41..3623534 100644 --- a/uv.lock +++ b/uv.lock @@ -1014,7 +1014,7 @@ wheels = [ [[package]] name = "sql-redis" -version = "0.3.0" +version = "0.4.0" source = { editable = "." } dependencies = [ { name = "redis", version = "7.0.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" },