diff --git a/pyproject.toml b/pyproject.toml index 71bb0c5..1864e9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "semantic-chunkers" -version = "0.0.4" +version = "0.0.5" description = "Super advanced chunking methods for AI" authors = ["Aurelio AI "] readme = "README.md" diff --git a/semantic_chunkers/__init__.py b/semantic_chunkers/__init__.py index 11fc8a6..560e3a2 100644 --- a/semantic_chunkers/__init__.py +++ b/semantic_chunkers/__init__.py @@ -10,4 +10,4 @@ "StatisticalChunker", ] -__version__ = "0.0.4" +__version__ = "0.0.5"