Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit e943dd5

Browse files
authored
feat: custom section type (#29)
1 parent 2440703 commit e943dd5

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
@@ -9,7 +9,7 @@ build-backend = "hatchling.build"
99

1010
[project]
1111
name = "swankit"
12-
version = "0.1.8"
12+
version = "0.2.0"
1313
dynamic = ["readme", "dependencies"]
1414
description = "Base toolkit for SwanLab"
1515
license = "Apache-2.0"

swankit/callback/models/key.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import os
1515

1616
ColumnClass = Literal["CUSTOM", "SYSTEM"]
17-
SectionType = Literal["PINNED", "HIDDEN", "PUBLIC", "SYSTEM"]
17+
SectionType = Literal["PINNED", "HIDDEN", "PUBLIC", "SYSTEM", "CUSTOM"]
1818
YRange = Optional[Tuple[Optional[float], Optional[float]]]
1919

2020

0 commit comments

Comments
 (0)