We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f04accd commit 637556bCopy full SHA for 637556b
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "openai"
3
-version = "1.0.1"
+version = "1.1.0"
4
description = "Client library for the openai API"
5
readme = "README.md"
6
license = "Apache-2.0"
src/openai/_version.py
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless.
__title__ = "openai"
-__version__ = "1.0.1"
+__version__ = "1.1.0"
0 commit comments