Skip to content

Commit

Permalink
Bump version to 0.6.1; min python version is 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiechen committed Apr 3, 2024
1 parent ab602e6 commit 78fd750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"

[project]
name = "HandyLLM"
version = "0.6.0"
version = "0.6.1"
authors = [
{ name="Atomie CHEN", email="atomic_cwh@163.com" },
]
description = "A handy toolkit for using LLM."
readme = "README.md"
requires-python = ">=3.6"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
# "License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 78fd750

Please sign in to comment.