Skip to content

Commit

Permalink
Merge branch 'main' into fix/pinterest-sdk-client-config-param-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dfana01 authored Nov 22, 2022
2 parents 88dabc4 + 54586f9 commit afe1a73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ For use the client you need set basic variables for that you have two option set

### Setting up environment variables

To configure the client using environment variables, you must create a **.env** file using [.env.example](./pinterest/.env.example)
To configure the client using environment variables, you must create a **.env** file using [.env.example](.env.example)
as a template. For basic configuration and usage you need to set the following environment variables in the **.env** file:

```
Expand All @@ -81,7 +81,7 @@ Once you have established the environment variables, the client will be instanti

### Setting up config.json

To configure the client using config.json, you must create a **config.json** file using [config.json.example](./pinterest/config.json.example)
To configure the client using config.json, you must create a **config.json** file using [config.json.example](config.json.example)
as a template. For basic configuration and usage you need to set the following key in the **config.json** file:

```json
Expand Down
2 changes: 1 addition & 1 deletion pinterest/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Pinterest SDK Packages Version
"""
__version__ = '0.1.2'
__version__ = '0.1.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
version=__version__,
author="Pinterest, Inc.",
author_email="[email protected]",
url="https://github.com/pinternal/pinterest-python-sdk",
url="https://github.com/pinterest/pinterest-python-sdk",
install_requires=REQUIRES,
include_package_data=True,
packages=find_namespace_packages(
Expand Down

0 comments on commit afe1a73

Please sign in to comment.