File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Twitter OpenAPI(Swagger) specification
44This 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.0.8
7+ - Package version: 0.0.9
88- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99
1010## Requirements.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " twitter_openapi_python_generated"
3- version = " 0.0.8 "
3+ version = " 0.0.9 "
44description = " Twitter OpenAPI"
55authors = [" OpenAPI Generator Community <yuki@yuki0311.com>" ]
66license = " custom license or AGPL-3.0-or-later"
Original file line number Diff line number Diff line change 2222# prerequisite: setuptools
2323# http://pypi.python.org/pypi/setuptools
2424NAME = "twitter_openapi_python_generated"
25- VERSION = "0.0.8 "
25+ VERSION = "0.0.9 "
2626PYTHON_REQUIRES = ">=3.7"
2727REQUIRES = [
2828 "urllib3 >= 1.25.3, < 2.1.0" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ inputSpec: twitter-openapi/dist/compatible/openapi-3.0.yaml
22outputDir : .
33
44packageName : twitter_openapi_python_generated
5- packageVersion : 0.0.8
5+ packageVersion : 0.0.9
66packageUrl : https://github.com/fa0311/twitter_openapi_python_generated
77projectName : twitter_openapi_python_generated
88projectKeywords : twitter_openapi_python_generated
Original file line number Diff line number Diff line change 1515""" # noqa: E501
1616
1717
18- __version__ = "0.0.8 "
18+ __version__ = "0.0.9 "
1919
2020# import apis into sdk package
2121from twitter_openapi_python_generated .api .default_api import DefaultApi
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ def __init__(
8787 self .default_headers [header_name ] = header_value
8888 self .cookie = cookie
8989 # Set default User-Agent.
90- self .user_agent = 'OpenAPI-Generator/0.0.8 /python'
90+ self .user_agent = 'OpenAPI-Generator/0.0.9 /python'
9191 self .client_side_validation = configuration .client_side_validation
9292
9393 def __enter__ (self ):
Original file line number Diff line number Diff line change @@ -567,7 +567,7 @@ def to_debug_report(self):
567567 "OS: {env}\n " \
568568 "Python Version: {pyversion}\n " \
569569 "Version of the API: 0.0.1\n " \
570- "SDK Package Version: 0.0.8 " .\
570+ "SDK Package Version: 0.0.9 " .\
571571 format (env = sys .platform , pyversion = sys .version )
572572
573573 def get_host_settings (self ):
You can’t perform that action at this time.
0 commit comments