Skip to content

Commit

Permalink
Bump pyproject version to push latest bugfixes to pypi repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephCatrambone committed Dec 13, 2024
1 parent d7403ef commit 5026e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[project]
name = "restricttotopic"
version = "0.0.0"
version = "0.1.0"
description = "Checks if a text is related with a topic."
authors = [
{name = "Maria Paz Cuturi", email = "[email protected]"}
]
license = {file = "LICENSE"}
readme = "README.md"
requires-python = ">= 3.8.1"
requires-python = ">= 3.9"
dependencies = [
"guardrails-ai>=0.4.2",
"pydantic>=2.4.2",
Expand Down

0 comments on commit 5026e9d

Please sign in to comment.