Skip to content

Commit 3f289f6

Browse files
authored
chore: change version number (#19)
1 parent c061f20 commit 3f289f6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pinterest's REST API
66
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
77

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

openapi_generated/pinterest_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212

1313

14-
__version__ = "0.1.4"
14+
__version__ = "0.1.5"
1515

1616
# import ApiClient
1717
from openapi_generated.pinterest_client.api_client import ApiClient

openapi_generated/pinterest_client/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ def to_debug_report(self):
419419
"OS: {env}\n"\
420420
"Python Version: {pyversion}\n"\
421421
"Version of the API: 5.7.0\n"\
422-
"SDK Package Version: 0.1.4".\
422+
"SDK Package Version: 0.1.5".\
423423
format(env=sys.platform, pyversion=sys.version)
424424

425425
def get_host_settings(self):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from pathlib import Path
1414

1515
NAME = "Pinterest Generated Client"
16-
VERSION = "0.1.4"
16+
VERSION = "0.1.5"
1717
# To install the library, run the following
1818
#
1919
# python setup.py install

spec/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ generatorStability: STABLE
33
generatorType: CLIENT
44
generatorLanguage: python
55
inputSpec: openapi.yaml
6-
packageVersion: 0.1.4
6+
packageVersion: 0.1.5
77
projectName: Pinterest Generated Client
88
templateDir: templates
99
packageName: openapi_generated.pinterest_client

0 commit comments

Comments
 (0)