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 b4bf658 commit 11b3d7fCopy full SHA for 11b3d7f
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "openai"
3
-version = "1.0.0-beta.2"
+version = "1.0.0-beta.3"
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.2"
+__version__ = "1.0.0-beta.3"
0 commit comments