Skip to content

Commit add3e7a

Browse files
author
jenniferajiang
committed
Bump version to 0.2.0
1 parent c0049b0 commit add3e7a

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

pyproject.toml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
[tool.poetry]
22
name = "healthchain"
3-
version = "0.1.0"
4-
description = "Remarkably simple LLM prototyping and testing in healthcare context."
3+
version = "0.2.0"
4+
description = "Remarkably simple testing and validation of AI/NLP applications in healthcare context."
55
authors = ["Adam Kells <[email protected]>", "Jennifer Jiang-Kells <[email protected]>"]
6-
license = "MIT"
6+
license = "Apache-2.0"
77
readme = "README.md"
8-
8+
documentation = "https://dotimplement.github.io/HealthChain/"
9+
keywords = ["nlp", "ai", "llm", "healthcare", "ehr"]
10+
classifiers = [
11+
"Development Status :: 3 - Alpha",
12+
"Intended Audience :: Developers",
13+
"Intended Audience :: Information Technology",
14+
"Intended Audience :: Healthcare Industry",
15+
"Intended Audience :: Science/Research",
16+
"Programming Language :: Python :: 3",
17+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
18+
]
919

1020
[project.urls]
11-
"Homepage" = "https://github.com/dotimplement/HealthChain"
21+
"Homepage" = "https://dotimplement.github.io/HealthChain/"
1222
"Repository" = "https://github.com/dotimplement/HealthChain"
1323

1424
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)