Skip to content

Commit 9a54e79

Browse files
authored
Merge pull request #42 from NASA-IMPACT/feature/version-bump
Bump up the version to 0.2.0-alpha
2 parents 30c9203 + abcfe51 commit 9a54e79

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "larch"
7-
version = "0.1.2-alpha"
7+
version = "0.2.0-alpha"
88
description = "LLM toolbox"
99
readme = "README.md"
1010
authors = [{email = "np0069@uah.edu"}]
1111
license = {file = "LICENSE"}
12-
keywords = ["machine learning", "neural network", "transformers", "large language models", "nlp", "natural language processing", "retrieval-augmented generation", "RAG"]
12+
keywords = ["machine learning", "neural network", "transformers", "large language models", "nlp", "natural language processing", "retrieval-augmented generation", "RAG", "metadata extraction", "metadata validation"]
1313
classifiers = [
1414
"Intended Audience :: Education",
1515
"Intended Audience :: Science/Research",
@@ -21,6 +21,10 @@ classifiers = [
2121
"Programming Language :: Python :: 3",
2222
"Topic :: Software Development",
2323
"Topic :: Scientific/Engineering",
24+
"Topic :: Natural Language Processing",
25+
"Topic :: NLP",
26+
"Topic :: Large Language Model",
27+
"Topic :: LLM",
2428
]
2529
requires-python = ">=3.8"
2630
urls = { "Homepage" = "https://github.com/NASA-IMPACT/larch" }

0 commit comments

Comments
 (0)