Skip to content

Commit

Permalink
new release 0.0.23 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanbrison committed Dec 4, 2024
1 parent ebfcded commit 2ab5b84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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",
Expand Down

0 comments on commit 2ab5b84

Please sign in to comment.