Skip to content

Commit

Permalink
Release 0.6
Browse files Browse the repository at this point in the history
Refs #19
  • Loading branch information
simonw committed Oct 29, 2024
1 parent f8479fa commit cfb9364
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
@@ -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"}]
Expand All @@ -9,7 +9,7 @@ classifiers = [
"License :: OSI Approved :: Apache Software License"
]
dependencies = [
"llm>=0.17a0",
"llm>=0.17",
"anthropic>=0.37.1",
]

Expand Down

0 comments on commit cfb9364

Please sign in to comment.