Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferajiang committed Jun 18, 2024
1 parent c0049b0 commit add3e7a
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
[tool.poetry]
name = "healthchain"
version = "0.1.0"
description = "Remarkably simple LLM prototyping and testing in healthcare context."
version = "0.2.0"
description = "Remarkably simple testing and validation of AI/NLP applications in healthcare context."
authors = ["Adam Kells <[email protected]>", "Jennifer Jiang-Kells <[email protected]>"]
license = "MIT"
license = "Apache-2.0"
readme = "README.md"

documentation = "https://dotimplement.github.io/HealthChain/"
keywords = ["nlp", "ai", "llm", "healthcare", "ehr"]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: Healthcare Industry",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]

[project.urls]
"Homepage" = "https://github.com/dotimplement/HealthChain"
"Homepage" = "https://dotimplement.github.io/HealthChain/"
"Repository" = "https://github.com/dotimplement/HealthChain"

[tool.poetry.dependencies]
Expand Down

0 comments on commit add3e7a

Please sign in to comment.