Skip to content

Commit

Permalink
0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ljleb committed Jul 2, 2024
1 parent e6c20a3 commit bab964b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "sd-mecha"
version = "0.0.18"
version = "0.0.19"
description = "State dict recipe merger"
readme = "README.md"
authors = [{ name = "ljleb" }]
Expand All @@ -16,10 +16,12 @@ classifiers = [
dependencies = [
"click",
"numpy",
"safetensors",
"tqdm",
"scipy",
"fuzzywuzzy",
"python-Levenshtein",
"PyYAML",
]

[tool.setuptools]
Expand Down

0 comments on commit bab964b

Please sign in to comment.