diff --git a/README.md b/README.md index dc8a775f..d6b8c232 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.8` (latest) | `v4.44.0` | 3.6 - 3.12 | +| `v0.4.9` (latest) | `v4.44.0` | 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 6394fe95..ae433fa2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "syncode" -version="0.4.8" +version="0.4.9" requires-python = ">=3.6,<3.13" description = "Grammar-guided code generation tool" readme = "README.md" diff --git a/setup.py b/setup.py index c85fd60f..c7578be8 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setuptools.setup( name="syncode", - version="0.4.8", + version="0.4.9", author="Shubham Ugare", author_email="shubhamugare@gmail.com", description="This package provides the tool for grammar augmented LLM generation.",