Skip to content

Commit

Permalink
build:Micro version increment.
Browse files Browse the repository at this point in the history
  • Loading branch information
antononcube committed Sep 17, 2023
1 parent 95424cd commit 2da1ecf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions META6.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "LLM::Functions",
"description": "LLM::Functions provides functions and function objects to access, interact, and utilize LLMs",
"version": "0.1.11",
"version": "0.1.12",
"perl": "6.*",
"authors": [
"Anton Antonov"
Expand All @@ -12,8 +12,8 @@
"Hash::Merge:ver<2.0.0+>:api<2+>",
"JSON::Fast:ver<0.17+>",
"Text::SubParsers:ver<0.1.1+>",
"WWW::OpenAI:ver<0.2.8+>",
"WWW::PaLM:ver<0.1.8+>"
"WWW::OpenAI:ver<0.2.11+>",
"WWW::PaLM:ver<0.1.9+>"
],
"build-depends": [],
"test-depends": [],
Expand Down

0 comments on commit 2da1ecf

Please sign in to comment.