Upgrade version to prepare for a new release.
This commit is contained in:
Rohan Mehta 2025-03-26 12:06:24 -04:00 committed by GitHub
parent 6d95a3f191
commit 7f02967156
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "openai-agents"
version = "0.0.6"
version = "0.0.7"
description = "OpenAI Agents SDK"
readme = "README.md"
requires-python = ">=3.9"

View file

@ -1,5 +1,4 @@
version = 1
revision = 1
requires-python = ">=3.9"
resolution-markers = [
"python_full_version >= '3.10'",
@ -1087,7 +1086,7 @@ wheels = [
[[package]]
name = "openai-agents"
version = "0.0.6"
version = "0.0.7"
source = { editable = "." }
dependencies = [
{ name = "griffe" },
@ -1143,7 +1142,6 @@ requires-dist = [
{ name = "typing-extensions", specifier = ">=4.12.2,<5" },
{ name = "websockets", marker = "extra == 'voice'", specifier = ">=15.0,<16" },
]
provides-extras = ["voice", "viz"]
[package.metadata.requires-dev]
dev = [