From 10a9686434db4f278253b1837828ea411ca20b93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Tue, 15 Jul 2025 18:46:10 +0200 Subject: [PATCH] Set release to 0.8.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7b0b0af..6014e3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "kernels" -version = "0.8.0.dev0" +version = "0.8.0" description = "Download compute kernels" authors = [ { name = "OlivierDehaene", email = "olivier@huggingface.co" },