From 72b9ef13734c41f0db2fddfa1d007dcfbe9e5dd9 Mon Sep 17 00:00:00 2001 From: xhedit <71542719+xhedit@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:49:38 -0400 Subject: [PATCH] version increment --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69c9b11..25cc9b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "llm-quantkit" description = "cli tool for downloading and quantizing LLMs" readme = "README.md" license = { text = "MIT License" } -version = "0.22" +version = "0.23" authors = [{ name = "xhedit", email = "jevd@protonmail.com" }] dependencies = [ "click",