Skip to content

Commit 70ee509

Browse files
committed
Releasing v0.2.0.
1 parent 79e6c5b commit 70ee509

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "semchunk"
7-
version = "0.1.2"
7+
version = "0.2.0"
88
authors = [
99
{name="Umar Butler", email="[email protected]"},
1010
]

src/semchunk/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
"""A fast and lightweight pure Python library for splitting text into semantically meaningful chunks."""
22

3-
from .semchunk import (
4-
chunk,
5-
)
3+
from .semchunk import chunk

0 commit comments

Comments
 (0)