Skip to content

Commit

Permalink
Bump project version to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hex committed Apr 19, 2024
1 parent 850933e commit 77990e5
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-perplexity"
version = "0.4"
version = "0.5"
description = "LLM access to pplx-api 3 by Perplexity Labs"
readme = "README.md"
authors = [{name = "hex"}]
Expand All @@ -20,4 +20,4 @@ Issues = "https://github.com/hex/llm-perplexity/issues"
CI = "https://github.com/hex/llm-perplexity/actions"

[project.entry-points.llm]
perplexity = "llm_perplexity"
perplexity = "llm_perplexity"

0 comments on commit 77990e5

Please sign in to comment.