From 26b00f62fb57e6412143910cb0aa2eec74f11dd6 Mon Sep 17 00:00:00 2001 From: Shubham Ugare Date: Mon, 5 May 2025 16:58:34 -0500 Subject: [PATCH] Bump version to v0.4.13 --- 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 0c4fac3b..f6d32809 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.12` (latest) | `v4.51.0` | 3.6 - 3.12 | +| `v0.4.13` (latest) | `v4.51.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 cb21b5c7..9073ab1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "syncode" -version="0.4.12" +version="0.4.13" requires-python = ">=3.6,<3.13" description = "Grammar-guided code generation tool" readme = "README.md" diff --git a/setup.py b/setup.py index 29498969..73a7b990 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setuptools.setup( name="syncode", - version="0.4.12", + version="0.4.13", author="Shubham Ugare", author_email="shubhamugare@gmail.com", description="This package provides the tool for grammar augmented LLM generation.",