Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0-alpha.2"
".": "0.1.0-alpha.3"
}
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
openai (0.1.0.pre.alpha.2)
openai (0.1.0.pre.alpha.3)
connection_pool

GEM
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The underlying REST API documentation can be found on [platform.openai.com](http
To use this gem, install via Bundler by adding the following to your application's `Gemfile`:

```ruby
gem "openai", "~> 0.1.0.pre.alpha.2"
gem "openai", "~> 0.1.0.pre.alpha.3"
```

To fetch an initial copy of the gem:
Expand Down
2 changes: 1 addition & 1 deletion lib/openai/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module OpenAI
VERSION = "0.1.0-alpha.2"
VERSION = "0.1.0-alpha.3"
end
2 changes: 1 addition & 1 deletion rbi/lib/openai/version.rbi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# typed: strong

module OpenAI
VERSION = "0.1.0-alpha.2"
VERSION = "0.1.0-alpha.3"
end
2 changes: 1 addition & 1 deletion sig/openai/version.rbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module OpenAI
VERSION: "0.1.0-alpha.2"
VERSION: "0.1.0-alpha.3"
end