diff --git a/README.md b/README.md index cd7ea73..af2f2a0 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.1 +- Package version: 0.2.2 - 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 e0f46bf..d6dd5d6 100644 --- a/codex_api_client/__init__.py +++ b/codex_api_client/__init__.py @@ -14,7 +14,7 @@ """ # noqa: E501 -__version__ = "0.2.1" +__version__ = "0.2.2" # 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 04b0856..41bd073 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.1".\ + "SDK Package Version: 0.2.2".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self) -> List[HostSetting]: diff --git a/pyproject.toml b/pyproject.toml index 83fa833..8ab51c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "codex_api_client" -version = "0.2.1" +version = "0.2.2" description = "Codex API" authors = ["OpenAPI Generator Community "] license = "NoLicense" diff --git a/setup.py b/setup.py index 34402a7..405abac 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.1" +VERSION = "0.2.2" PYTHON_REQUIRES = ">= 3.8" REQUIRES = [ "urllib3 >= 1.25.3, < 3.0.0",