diff --git a/pyproject.toml b/pyproject.toml index 43d52dc..a44dc5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "semantic-chunkers" -version = "0.0.5" +version = "0.0.6" 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 f41c50f..b70d4e0 100644 --- a/semantic_chunkers/__init__.py +++ b/semantic_chunkers/__init__.py @@ -15,4 +15,4 @@ "RegexSplitter", ] -__version__ = "0.0.5" +__version__ = "0.0.6"