Version bump

This commit is contained in:
AuHau 2025-05-22 06:52:43 +00:00 committed by github-actions[bot]
parent ed88a74c73
commit 7fd5545959
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ List of endpoints and interfaces available to Codex API users
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
- API version: 0.0.1
- Package version: 0.3.0
- Package version: 0.4.0
- Generator version: 7.12.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

View File

@ -14,7 +14,7 @@
""" # noqa: E501
__version__ = "0.3.0"
__version__ = "0.4.0"
# import apis into sdk package
from codex_api_client.api.data_api import DataApi

View File

@ -501,7 +501,7 @@ class Configuration:
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 0.0.1\n"\
"SDK Package Version: 0.3.0".\
"SDK Package Version: 0.4.0".\
format(env=sys.platform, pyversion=sys.version)
def get_host_settings(self) -> List[HostSetting]:

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "codex_api_client"
version = "0.3.0"
version = "0.4.0"
description = "Codex API"
authors = ["OpenAPI Generator Community <team@openapitools.org>"]
license = "NoLicense"

View File

@ -21,7 +21,7 @@ from setuptools import setup, find_packages # noqa: H301
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "codex-api-client"
VERSION = "0.3.0"
VERSION = "0.4.0"
PYTHON_REQUIRES = ">= 3.8"
REQUIRES = [
"urllib3 >= 1.25.3, < 3.0.0",