Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from Unsupervisedcom/MAIN-3739-pin-guidance-ve…
Browse files Browse the repository at this point in the history
…rsion

feat: Main 3739 pin guidance version
  • Loading branch information
nhorton authored Nov 16, 2023
2 parents a826ca2 + a6da917 commit 81eb99a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ set -vx

which overcommit > /dev/null 2>&1 && overcommit --install
bundle install
pip install -U guidance -q
pip install -U openai==0.28.1 guidance==0.0.65 -q

2 changes: 1 addition & 1 deletion lib/guidance/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Guidance
VERSION = "0.1.3".freeze
VERSION = "0.1.4".freeze
end

0 comments on commit 81eb99a

Please sign in to comment.