diff --git a/README.md b/README.md index 876cbaf..d200eca 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 1.0.0 -- Package version: 0.1.2 +- Package version: 0.1.3 - Build package: org.openapitools.codegen.languages.PythonClientCodegen ## Requirements. diff --git a/kendama/__init__.py b/kendama/__init__.py index 588c384..b4b0b5b 100644 --- a/kendama/__init__.py +++ b/kendama/__init__.py @@ -14,7 +14,7 @@ """ # noqa: E501 -__version__ = "0.1.2" +__version__ = "0.1.3" # import apis into sdk package from kendama.api.v1_api import V1Api diff --git a/kendama/api_client.py b/kendama/api_client.py index 8197059..94cd503 100644 --- a/kendama/api_client.py +++ b/kendama/api_client.py @@ -76,7 +76,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/0.1.2/python' + self.user_agent = 'OpenAPI-Generator/0.1.3/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/kendama/configuration.py b/kendama/configuration.py index 1072cd0..b963c47 100644 --- a/kendama/configuration.py +++ b/kendama/configuration.py @@ -368,7 +368,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 1.0.0\n"\ - "SDK Package Version: 0.1.2".\ + "SDK Package Version: 0.1.3".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/pyproject.toml b/pyproject.toml index 94321d3..a67ccee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kendama" -version = "0.1.2" +version = "0.1.3" description = "国税庁API" authors = ["uichi <37263474+uichi@users.noreply.github.com>"] license = "MIT" diff --git a/setup.py b/setup.py index 2351069..f137533 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "kendama" -VERSION = "0.1.2" +VERSION = "0.1.3" PYTHON_REQUIRES = ">=3.7" REQUIRES = [ "urllib3 >= 1.25.3, < 2.1.0",