From 09933840d1771c4290da71c7ae0a7e585fc06c5f Mon Sep 17 00:00:00 2001 From: Ata Fatahi Date: Fri, 5 Sep 2025 11:23:19 -0700 Subject: [PATCH] upgrade patch vesion to 2 Signed-off-by: Ata Fatahi --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5543c1a..9ff1c19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "fmchisel" -version = "0.1.1" +version = "0.1.2" description = "FMCHISEL is a library which aims at improving LLM training + inference effectiveness and efficiency from an algorithm perspective with quantization, pruning, optimizers, etc." urls = { "Homepage" = "https://github.com/linkedin/FMCHISEL" } readme = { file = "README.md", content-type = "text/markdown" } @@ -31,4 +31,4 @@ profile = "black" [tool.black] -line-length = 120 \ No newline at end of file +line-length = 120