Release 0.6

Refs #19
This commit is contained in:
Simon Willison
2024-10-28 19:41:23 -07:00
parent f8479fa942
commit cfb9364373

View File

@@ -1,6 +1,6 @@
[project]
name = "llm-claude-3"
version = "0.6a0"
version = "0.6"
description = "LLM access to Claude 3 by Anthropic"
readme = "README.md"
authors = [{name = "Simon Willison"}]
@@ -9,7 +9,7 @@ classifiers = [
"License :: OSI Approved :: Apache Software License"
]
dependencies = [
"llm>=0.17a0",
"llm>=0.17",
"anthropic>=0.37.1",
]