Skip to content

Commit

Permalink
fixed SDK api version
Browse files Browse the repository at this point in the history
  • Loading branch information
pasha-r committed Aug 14, 2019
1 parent 83b72a2 commit 6a7821d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions facebook_business/apiconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# DEALINGS IN THE SOFTWARE.

ads_api_config = {
'API_VERSION': 'v3.2',
'SDK_VERSION': 'v3.2.1',
'API_VERSION': 'v3.3',
'SDK_VERSION': 'v3.3.1',
'STRICT_MODE': False
}

0 comments on commit 6a7821d

Please sign in to comment.