Skip to content

Commit 1ff14ce

Browse files
committed
bump version
1 parent 2949e5e commit 1ff14ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "twinkle-kit"
3-
version = "0.1"
3+
version = "0.11"
44
description = "Training API for large language models with efficient data handling and advanced optimization techniques."
55
readme = "README.md"
66
authors = [{ name = "ModelScope", email = "contact@modelscope.cn" }]

src/twinkle/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Make sure to modify __release_datetime__ to release time when making official release.
2-
__version__ = '0.1'
2+
__version__ = '0.11'
33
# default release datetime for branches under active development is set
44
# to be a time far-far-away-into-the-future
55
__release_datetime__ = '2099-10-13 08:56:12'

0 commit comments

Comments
 (0)