Skip to content

Commit

Permalink
Merge pull request #42 from NASA-IMPACT/feature/version-bump
Browse files Browse the repository at this point in the history
Bump up the version to 0.2.0-alpha
  • Loading branch information
NISH1001 authored Apr 5, 2024
2 parents 30c9203 + abcfe51 commit 9a54e79
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"

[project]
name = "larch"
version = "0.1.2-alpha"
version = "0.2.0-alpha"
description = "LLM toolbox"
readme = "README.md"
authors = [{email = "[email protected]"}]
license = {file = "LICENSE"}
keywords = ["machine learning", "neural network", "transformers", "large language models", "nlp", "natural language processing", "retrieval-augmented generation", "RAG"]
keywords = ["machine learning", "neural network", "transformers", "large language models", "nlp", "natural language processing", "retrieval-augmented generation", "RAG", "metadata extraction", "metadata validation"]
classifiers = [
"Intended Audience :: Education",
"Intended Audience :: Science/Research",
Expand All @@ -21,6 +21,10 @@ classifiers = [
"Programming Language :: Python :: 3",
"Topic :: Software Development",
"Topic :: Scientific/Engineering",
"Topic :: Natural Language Processing",
"Topic :: NLP",
"Topic :: Large Language Model",
"Topic :: LLM",
]
requires-python = ">=3.8"
urls = { "Homepage" = "https://github.com/NASA-IMPACT/larch" }
Expand Down

0 comments on commit 9a54e79

Please sign in to comment.