Skip to content

Commit b3817a5

Browse files
author
Evan Chen
committed
Bumped version to 2.2.4
Summary: Bumped version Test Plan: doitlive
1 parent ec96608 commit b3817a5

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
@@ -127,7 +127,7 @@ class FacebookAdsApi(object):
127127
this sdk.
128128
"""
129129

130-
SDK_VERSION = '2.2.3'
130+
SDK_VERSION = '2.2.4'
131131

132132
API_VERSION = 'v2.2'
133133

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.3'
32+
PACKAGE_VERSION = '2.2.4'
3333
PACKAGE_AUTHOR = 'Facebook'
3434
PACKAGE_AUTHOR_EMAIL = ''
3535
PACKAGE_URL = 'https://github.com/facebook/facebook-python-ads-sdk'

0 commit comments

Comments
 (0)