Skip to content

Commit 5026e9d

Browse files
Bump pyproject version to push latest bugfixes to pypi repo.
1 parent d7403ef commit 5026e9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[project]
22
name = "restricttotopic"
3-
version = "0.0.0"
3+
version = "0.1.0"
44
description = "Checks if a text is related with a topic."
55
authors = [
66
{name = "Maria Paz Cuturi", email = "[email protected]"}
77
]
88
license = {file = "LICENSE"}
99
readme = "README.md"
10-
requires-python = ">= 3.8.1"
10+
requires-python = ">= 3.9"
1111
dependencies = [
1212
"guardrails-ai>=0.4.2",
1313
"pydantic>=2.4.2",

0 commit comments

Comments
 (0)