From 5f88a0dc758fe146833f9b4a63300807f5264beb Mon Sep 17 00:00:00 2001 From: Jiarui Fang Date: Wed, 16 Oct 2024 16:19:25 +0800 Subject: [PATCH] upgrade version to 0.3.6 (#89) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 69cb75e..d98f129 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "yunchang" -version = "0.3.5" +version = "0.3.6" authors = [ { name="Jiarui Fang", email="fangjiarui123@gmail.com" }, ] @@ -25,4 +25,4 @@ dependencies = [ "Bug Tracker" = "https://github.com/feifeibear/long-context-attention/issues" [tool.setuptools] -packages = {find = {where = ["."], exclude = ["tests*", "benchmark*", "media*", "docs*", "patches*"]}} \ No newline at end of file +packages = {find = {where = ["."], exclude = ["tests*", "benchmark*", "media*", "docs*", "patches*"]}}