From 2b36ed9d65eaba56c860a13b4d2c909edd20c13f Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 14:27:35 +0000 Subject: [PATCH] chore(internal): version bump --- .release-please-manifest.json | 2 +- Gemfile.lock | 2 +- README.md | 2 +- lib/openai/version.rb | 2 +- rbi/lib/openai/version.rbi | 2 +- sig/openai/version.rbs | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f14b480a..aaf968a1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.2" + ".": "0.1.0-alpha.3" } \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 4d2964c7..0bcf3d3b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 diff --git a/README.md b/README.md index a2b1e0e8..98c8fe21 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/lib/openai/version.rb b/lib/openai/version.rb index 8175d17f..148d7830 100644 --- a/lib/openai/version.rb +++ b/lib/openai/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module OpenAI - VERSION = "0.1.0-alpha.2" + VERSION = "0.1.0-alpha.3" end diff --git a/rbi/lib/openai/version.rbi b/rbi/lib/openai/version.rbi index 1f42bc59..5886c95b 100644 --- a/rbi/lib/openai/version.rbi +++ b/rbi/lib/openai/version.rbi @@ -1,5 +1,5 @@ # typed: strong module OpenAI - VERSION = "0.1.0-alpha.2" + VERSION = "0.1.0-alpha.3" end diff --git a/sig/openai/version.rbs b/sig/openai/version.rbs index b4a8f46d..d670f686 100644 --- a/sig/openai/version.rbs +++ b/sig/openai/version.rbs @@ -1,3 +1,3 @@ module OpenAI - VERSION: "0.1.0-alpha.2" + VERSION: "0.1.0-alpha.3" end