Skip to content

Commit 3e3788a

Browse files
committed
build(cfg): configuration
1 parent 4668976 commit 3e3788a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "pytorch_optimizer"
3-
version = "0.6.1"
4-
description = "Bunch of optimizer implementations in PyTorch with clean-code, strict types."
3+
version = "1.0.0"
4+
description = "Bunch of optimizer implementations in PyTorch with clean-code, strict types. Also, including useful optimization ideas."
55
license = "Apache-2.0"
66
authors = ["kozistr <[email protected]>"]
77
maintainers = ["kozistr <[email protected]>"]
@@ -12,7 +12,7 @@ documentation = "https://pytorch-optimizers.readthedocs.io/en/latest"
1212
keywords = ["pytorch", "deep-learning", "optimizer"]
1313
classifiers = [
1414
"License :: OSI Approved :: Apache Software License",
15-
"Development Status :: 3 - Alpha",
15+
"Development Status :: 5 - Production/Stable",
1616
"Intended Audience :: Education",
1717
"Intended Audience :: Developers",
1818
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)