We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa373b commit b4eabc2Copy full SHA for b4eabc2
facebookads/api.py
@@ -129,7 +129,7 @@ class FacebookAdsApi(object):
129
this sdk.
130
"""
131
132
- SDK_VERSION = '2.3.0'
+ SDK_VERSION = '2.3.1'
133
134
API_VERSION = 'v2.3'
135
setup.py
@@ -29,7 +29,7 @@
29
requirements_filename = os.path.join(this_dir, 'requirements.txt')
30
31
PACKAGE_NAME = 'facebookads'
32
-PACKAGE_VERSION = '2.3.0'
+PACKAGE_VERSION = '2.3.1'
33
PACKAGE_AUTHOR = 'Facebook'
34
PACKAGE_AUTHOR_EMAIL = ''
35
PACKAGE_URL = 'https://github.com/facebook/facebook-python-ads-sdk'
0 commit comments