From 51f38778bf52cc02cce26d176986e90495b53762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20J=C3=A9gou?= Date: Tue, 26 Nov 2024 14:11:57 +0100 Subject: [PATCH] Update pyproject.toml (#15) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3deb82a..e3589ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "kvpress" authors = ["Simon Jegou", "Maximilian Jeblick", "Jiwei Liu", "David Austin"] description = "Efficiently compress the KV cache of any pretrained transformer" -version = "0.0.2" +version = "0.0.3" readme = "README.md" [tool.poetry.dependencies]