Skip to content

Commit 0a029f1

Browse files
author
Evan Chen
committed
Bumped version to 2.2.2
Summary: Bumped version Test Plan: doitlive
1 parent 46d4cfd commit 0a029f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

facebookads/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class FacebookAdsApi(object):
130130
this sdk.
131131
"""
132132

133-
SDK_VERSION = '2.2.1'
133+
SDK_VERSION = '2.2.2'
134134

135135
API_VERSION = 'v2.2'
136136

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
requirements_filename = os.path.join(this_dir, 'requirements.txt')
3030

3131
PACKAGE_NAME = 'facebookads'
32-
PACKAGE_VERSION = '2.2.1'
32+
PACKAGE_VERSION = '2.2.2'
3333
PACKAGE_AUTHOR = 'Facebook'
3434
PACKAGE_AUTHOR_EMAIL = ''
3535
PACKAGE_URL = 'https://github.com/facebook/facebook-python-ads-sdk'

0 commit comments

Comments
 (0)