From cb896ee08376a393484d2d225adbbe8818d8846c Mon Sep 17 00:00:00 2001 From: AuHau <6072250+AuHau@users.noreply.github.com> Date: Mon, 31 Mar 2025 15:53:21 +0000 Subject: [PATCH] Version bump --- README.md | 2 +- codex_api_client/__init__.py | 2 +- codex_api_client/configuration.py | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f2c69a3..cd7ea73 100644 --- a/README.md +++ b/README.md @@ -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.2.0 +- Package version: 0.2.1 - Generator version: 7.10.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen diff --git a/codex_api_client/__init__.py b/codex_api_client/__init__.py index 1063b86..e0f46bf 100644 --- a/codex_api_client/__init__.py +++ b/codex_api_client/__init__.py @@ -14,7 +14,7 @@ """ # noqa: E501 -__version__ = "0.2.0" +__version__ = "0.2.1" # import apis into sdk package from codex_api_client.api.data_api import DataApi diff --git a/codex_api_client/configuration.py b/codex_api_client/configuration.py index dc1f508..04b0856 100644 --- a/codex_api_client/configuration.py +++ b/codex_api_client/configuration.py @@ -494,7 +494,7 @@ class Configuration: "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 0.0.1\n"\ - "SDK Package Version: 0.2.0".\ + "SDK Package Version: 0.2.1".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self) -> List[HostSetting]: diff --git a/pyproject.toml b/pyproject.toml index 0177259..83fa833 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "codex_api_client" -version = "0.2.0" +version = "0.2.1" description = "Codex API" authors = ["OpenAPI Generator Community "] license = "NoLicense" diff --git a/setup.py b/setup.py index 1fe70cb..34402a7 100644 --- a/setup.py +++ b/setup.py @@ -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.2.0" +VERSION = "0.2.1" PYTHON_REQUIRES = ">= 3.8" REQUIRES = [ "urllib3 >= 1.25.3, < 3.0.0",