Skip to content

Commit 67d96fc

Browse files
update pyproject
1 parent fb1bef2 commit 67d96fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[project]
22
name = "intent-service"
3-
version = "0.1.7"
3+
version = "0.1.6"
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 = "MIT"
10+
license = {file = "LICENSE"}
1111
keywords = ["intent", "classification", "nlp", "machine-learning"]
1212
classifiers = [
1313
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)