File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " beanllm"
7- version = " 0.2.0 "
7+ version = " 0.2.1 "
88description = " Unified toolkit for managing and using multiple LLM providers with automatic model detection"
99readme = " README.md"
1010requires-python = " >=3.11"
11- license = { text = " MIT" }
11+ license = " MIT"
1212authors = [
1313 {
name =
" leebeanbin" ,
email =
" [email protected] " }
1414]
@@ -22,7 +22,6 @@ keywords = [
2222classifiers = [
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" ,
You can’t perform that action at this time.
0 commit comments