From 2c26456e589a3cf82962affed38d72850f489fb9 Mon Sep 17 00:00:00 2001 From: James Briggs Date: Tue, 28 May 2024 12:54:00 +0800 Subject: [PATCH] chore: release v0.0.6 --- pyproject.toml | 2 +- semantic_chunkers/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 560e3a2..0f43604 100644 --- a/semantic_chunkers/__init__.py +++ b/semantic_chunkers/__init__.py @@ -10,4 +10,4 @@ "StatisticalChunker", ] -__version__ = "0.0.5" +__version__ = "0.0.6"