We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050e9b5 commit 6558796Copy full SHA for 6558796
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "twinkle-kit"
3
-version = "0.3.dev0"
+version = "0.2.0"
4
description = "Training API for large language models with efficient data handling and advanced optimization techniques."
5
readme = "README.md"
6
authors = [{ name = "ModelScope", email = "contact@modelscope.cn" }]
src/twinkle/version.py
@@ -1,5 +1,5 @@
# Make sure to modify __release_datetime__ to release time when making official release.
-__version__ = '0.3.dev0'
+__version__ = '0.2.0'
# default release datetime for branches under active development is set
# to be a time far-far-away-into-the-future
__release_datetime__ = '2099-10-13 08:56:12'
0 commit comments