Skip to content

Commit

Permalink
chore: change version number (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfana01 authored Jan 12, 2023
1 parent c061f20 commit 3f289f6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pinterest's REST API
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 5.7.0
- Package version: 0.1.4
- Package version: 0.1.5
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://developers.pinterest.com/](https://developers.pinterest.com/)

Expand Down
2 changes: 1 addition & 1 deletion openapi_generated/pinterest_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""


__version__ = "0.1.4"
__version__ = "0.1.5"

# import ApiClient
from openapi_generated.pinterest_client.api_client import ApiClient
Expand Down
2 changes: 1 addition & 1 deletion openapi_generated/pinterest_client/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 5.7.0\n"\
"SDK Package Version: 0.1.4".\
"SDK Package Version: 0.1.5".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from pathlib import Path

NAME = "Pinterest Generated Client"
VERSION = "0.1.4"
VERSION = "0.1.5"
# To install the library, run the following
#
# python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion spec/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ generatorStability: STABLE
generatorType: CLIENT
generatorLanguage: python
inputSpec: openapi.yaml
packageVersion: 0.1.4
packageVersion: 0.1.5
projectName: Pinterest Generated Client
templateDir: templates
packageName: openapi_generated.pinterest_client
Expand Down

0 comments on commit 3f289f6

Please sign in to comment.