We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e6c5b commit 70ee509Copy full SHA for 70ee509
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "semchunk"
7
-version = "0.1.2"
+version = "0.2.0"
8
authors = [
9
{name="Umar Butler", email="[email protected]"},
10
]
src/semchunk/__init__.py
@@ -1,5 +1,3 @@
1
"""A fast and lightweight pure Python library for splitting text into semantically meaningful chunks."""
2
3
-from .semchunk import (
- chunk,
-)
+from .semchunk import chunk
0 commit comments