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 46d4cfd commit 0a029f1Copy full SHA for 0a029f1
facebookads/api.py
@@ -130,7 +130,7 @@ class FacebookAdsApi(object):
130
this sdk.
131
"""
132
133
- SDK_VERSION = '2.2.1'
+ SDK_VERSION = '2.2.2'
134
135
API_VERSION = 'v2.2'
136
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.1'
+PACKAGE_VERSION = '2.2.2'
33
PACKAGE_AUTHOR = 'Facebook'
34
PACKAGE_AUTHOR_EMAIL = ''
35
PACKAGE_URL = 'https://github.com/facebook/facebook-python-ads-sdk'
0 commit comments