Skip to content

Commit 7fbcbad

Browse files
committed
chore: bump version to 0.2.1
1 parent f2bc671 commit 7fbcbad

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

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

55
[project]
66
name = "beanllm"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "Unified toolkit for managing and using multiple LLM providers with automatic model detection"
99
readme = "README.md"
1010
requires-python = ">=3.11"
11-
license = {text = "MIT"}
11+
license = "MIT"
1212
authors = [
1313
{name = "leebeanbin", email = "[email protected]"}
1414
]
@@ -22,7 +22,6 @@ keywords = [
2222
classifiers = [
2323
"Development Status :: 3 - Alpha",
2424
"Intended Audience :: Developers",
25-
"License :: OSI Approved :: MIT License",
2625
"Programming Language :: Python :: 3",
2726
"Programming Language :: Python :: 3.11",
2827
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)