Skip to content

Commit fb1bef2

Browse files
update pyproject
1 parent 79dd8c5 commit fb1bef2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[project]
22
name = "intent-service"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "Intent classification service"
55
readme = "README.md"
66
requires-python = ">=3.10"
77
authors = [
88
{name = "Eliot Zubkoff", email = "[email protected]"}
99
]
10-
license = {text = "MIT"}
10+
license = "MIT"
1111
keywords = ["intent", "classification", "nlp", "machine-learning"]
1212
classifiers = [
1313
"Development Status :: 4 - Beta",
@@ -107,7 +107,6 @@ known-first-party = ["api", "ml", "schema"]
107107

108108
[tool.uv]
109109
package = true
110-
metadata-version = "2.4"
111110

112111
[tool.ruff.format]
113112
# Enable line wrap fixing

0 commit comments

Comments
 (0)