From 2ab5b84d402cfa8770255803a605159c9442fdba Mon Sep 17 00:00:00 2001 From: gaetanbrison Date: Wed, 4 Dec 2024 08:39:12 +0100 Subject: [PATCH] =?UTF-8?q?new=20release=200.0.23=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fc5ffe3..36fd8a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "carte-ai" -version = "0.0.22" +version = "0.0.23" description = "CARTE-AI: Context Aware Representation of Table Entries for AI" readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.10.12" @@ -28,6 +28,7 @@ classifiers = [ "Natural Language :: English", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", ] dependencies = [ "numpy",