Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elithrar committed Sep 8, 2024
1 parent 8f5d196 commit dd6cc61
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-cloudflare"
version = "0.2"
version = "0.2.1"
description = "An LLM CLI plugin for Cloudflare Workers AI models."
readme = "README.md"
authors = [{name = "elithrar"}]
Expand All @@ -20,4 +20,4 @@ CI = "https://github.com/elithrar/llm-cloudflare/actions"
Changelog = "https://github.com/elithrar/llm-cloudflare/releases"

[project.entry-points.llm]
cloudflare = "llm_cloudflare"
cloudflare = "llm_cloudflare"

0 comments on commit dd6cc61

Please sign in to comment.