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 ec96608 commit b3817a5Copy full SHA for b3817a5
facebookads/api.py
@@ -127,7 +127,7 @@ class FacebookAdsApi(object):
127
this sdk.
128
"""
129
130
- SDK_VERSION = '2.2.3'
+ SDK_VERSION = '2.2.4'
131
132
API_VERSION = 'v2.2'
133
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.2.3'
+PACKAGE_VERSION = '2.2.4'
33
PACKAGE_AUTHOR = 'Facebook'
34
PACKAGE_AUTHOR_EMAIL = ''
35
PACKAGE_URL = 'https://github.com/facebook/facebook-python-ads-sdk'
0 commit comments