Skip to content

Commit 4e9ab59

Browse files
authored
upgrade patch vesion to 2 (#20)
Signed-off-by: Ata Fatahi <[email protected]>
1 parent dd067e1 commit 4e9ab59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "fmchisel"
8-
version = "0.1.1"
8+
version = "0.1.2"
99
description = "FMCHISEL is a library which aims at improving LLM training + inference effectiveness and efficiency from an algorithm perspective with quantization, pruning, optimizers, etc."
1010
urls = { "Homepage" = "https://github.com/linkedin/FMCHISEL" }
1111
readme = { file = "README.md", content-type = "text/markdown" }
@@ -31,4 +31,4 @@ profile = "black"
3131

3232

3333
[tool.black]
34-
line-length = 120
34+
line-length = 120

0 commit comments

Comments
 (0)