Skip to content

Commit 38c9704

Browse files
committed
version bump
Signed-off-by: NickLucche <nlucches@redhat.com>
1 parent 462e282 commit 38c9704

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 = "setuptools.build_meta"
44

55
[project]
66
name = "vllm-bart-plugin"
7-
version = "0.3.1"
7+
version = "0.3.2"
88
description = "BART model plugin for vLLM"
99
readme = "README.md"
1010
requires-python = ">=3.10"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="vllm-bart-plugin",
7-
version="0.3.1",
7+
version="0.3.2",
88
description="BART model plugin for vLLM",
99
author="Nicolò Lucchesi",
1010
author_email="nick.lucche@redhat.com",

0 commit comments

Comments
 (0)