We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf942b6 commit 4640ce7Copy full SHA for 4640ce7
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "twinkle-kit"
3
-version = "0.1.2"
+version = "0.1.3"
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
# Make sure to modify __release_datetime__ to release time when making official release.
-__version__ = '0.1.2'
+__version__ = '0.1.3'
# default release datetime for branches under active development is set
# to be a time far-far-away-into-the-future
0 commit comments