Skip to content

Commit 4640ce7

Browse files
committed
bump version
1 parent cf942b6 commit 4640ce7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2"
3+
version = "0.1.3"
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,6 +1,6 @@
11
# Make sure to modify __release_datetime__ to release time when making official release.
22

3-
__version__ = '0.1.2'
3+
__version__ = '0.1.3'
44

55
# default release datetime for branches under active development is set
66
# to be a time far-far-away-into-the-future

0 commit comments

Comments
 (0)