Skip to content

Commit faeb448

Browse files
committed
v1.0.0-beta.2
1 parent d928a52 commit faeb448

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openai"
3-
version = "1.0.0-beta.1"
3+
version = "1.0.0-beta.2"
44
description = "Client library for the openai API"
55
readme = "README.md"
66
authors = ["OpenAI <[email protected]>"]

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.
22

33
__title__ = "openai"
4-
__version__ = "1.0.0-beta.1"
4+
__version__ = "1.0.0-beta.2"

0 commit comments

Comments
 (0)