From cd5383e3950d3b380a180a7ca0af493378bada07 Mon Sep 17 00:00:00 2001 From: Shubham Ugare Date: Wed, 16 Jul 2025 10:28:55 -0500 Subject: [PATCH] Bump version to v0.4.16 --- README.md | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f6b8d055..aaabef60 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ SynCode depends on HuggingFace [transformers](https://github.com/huggingface/tra | SynCode version | Required transformers version | Python version | | -------------- | ----------------------------- | -------------- | -| `v0.4.15` (latest) | `v4.51.3` | 3.6 - 3.12 | +| `v0.4.16` (latest) | `v4.53.2` | 3.6 - 3.12 | **Note:** Python 3.13 is not currently supported due to dependency constraints. diff --git a/pyproject.toml b/pyproject.toml index 4b27aad0..b626aaea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "syncode" -version="0.4.15" +version="0.4.16" requires-python = ">=3.6,<3.13" description = "Grammar-guided code generation tool" readme = "README.md" diff --git a/setup.py b/setup.py index e0b3ad77..75bdc2b2 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setuptools.setup( name="syncode", - version="0.4.15", + version="0.4.16", author="Shubham Ugare", author_email="shubhamugare@gmail.com", description="This package provides the tool for grammar augmented LLM generation.",