diff --git a/pyproject.toml b/pyproject.toml index 0944810..2673a44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "kron-torch" -version = "0.1.10" +version = "0.2.0" description = "An implementation of PSGD Kron optimizer in PyTorch." readme = { file = "README.md", content-type = "text/markdown" } license = { file = "LICENSE" }