We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d928a52 commit faeb448Copy full SHA for faeb448
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "openai"
3
-version = "1.0.0-beta.1"
+version = "1.0.0-beta.2"
4
description = "Client library for the openai API"
5
readme = "README.md"
6
authors = ["OpenAI <[email protected]>"]
src/openai/_version.py
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless.
__title__ = "openai"
-__version__ = "1.0.0-beta.1"
+__version__ = "1.0.0-beta.2"
0 commit comments