From f88631a9f6803c1d2b6e0e83d0ba5b6d383addc1 Mon Sep 17 00:00:00 2001 From: James Briggs Date: Thu, 4 Jul 2024 12:15:36 +0800 Subject: [PATCH] chore: update version --- pyproject.toml | 5 ++++- semantic_chunkers/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c4ffd14..e7495b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,14 @@ [tool.poetry] name = "semantic-chunkers" -version = "0.0.7" +version = "0.0.8" description = "Super advanced chunking methods for AI" authors = ["Aurelio AI "] readme = "README.md" packages = [{include = "semantic_chunkers"}] +[project] +license = {file = "LICENSE"} + [tool.poetry.dependencies] python = ">=3.9,<3.13" pydantic = "^2.5.3" diff --git a/semantic_chunkers/__init__.py b/semantic_chunkers/__init__.py index b70d4e0..aed6e71 100644 --- a/semantic_chunkers/__init__.py +++ b/semantic_chunkers/__init__.py @@ -15,4 +15,4 @@ "RegexSplitter", ] -__version__ = "0.0.6" +__version__ = "0.0.8"