Skip to content

Commit cb896ee

Browse files
AuHaugithub-actions[bot]
authored andcommitted
Version bump
1 parent cff4edc commit cb896ee

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ List of endpoints and interfaces available to Codex API users
44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: 0.0.1
7-
- Package version: 0.2.0
7+
- Package version: 0.2.1
88
- Generator version: 7.10.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010

codex_api_client/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
""" # noqa: E501
1515

1616

17-
__version__ = "0.2.0"
17+
__version__ = "0.2.1"
1818

1919
# import apis into sdk package
2020
from codex_api_client.api.data_api import DataApi

codex_api_client/configuration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ def to_debug_report(self) -> str:
494494
"OS: {env}\n"\
495495
"Python Version: {pyversion}\n"\
496496
"Version of the API: 0.0.1\n"\
497-
"SDK Package Version: 0.2.0".\
497+
"SDK Package Version: 0.2.1".\
498498
format(env=sys.platform, pyversion=sys.version)
499499

500500
def get_host_settings(self) -> List[HostSetting]:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "codex_api_client"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Codex API"
55
authors = ["OpenAPI Generator Community <[email protected]>"]
66
license = "NoLicense"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# prerequisite: setuptools
2222
# http://pypi.python.org/pypi/setuptools
2323
NAME = "codex-api-client"
24-
VERSION = "0.2.0"
24+
VERSION = "0.2.1"
2525
PYTHON_REQUIRES = ">= 3.8"
2626
REQUIRES = [
2727
"urllib3 >= 1.25.3, < 3.0.0",

0 commit comments

Comments
 (0)