Skip to content

Commit 5c05845

Browse files
committed
Bump version to v2.24.0rc1
Prepare a release candidate by updating version strings to v2.24.0rc1. Updated .release-please-manifest.json, pyproject.toml, and src/openai/_version.py to mark the v2.24.0 release candidate.
1 parent fad1b69 commit 5c05845

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.24.0"
2+
".": "2.24.0rc1"
33
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aimlapi-sdk-python"
3-
version = "v2.24.0"
3+
version = "v2.24.0rc1"
44
description = "AI/ML API Python SDK"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/openai/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "openai"
4-
__version__ = "2.24.0" # x-release-please-version
4+
__version__ = "2.24.0rc1" # x-release-please-version

0 commit comments

Comments
 (0)