Skip to content

Commit b4eabc2

Browse files
author
Evan Chen
committed
Bumped to 2.3.1 to fix pypi
Summary: Can't modify autobid for 2.3.0 on pypi so bumping version Test Plan: Reading diff
1 parent faa373b commit b4eabc2

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
@@ -129,7 +129,7 @@ class FacebookAdsApi(object):
129129
this sdk.
130130
"""
131131

132-
SDK_VERSION = '2.3.0'
132+
SDK_VERSION = '2.3.1'
133133

134134
API_VERSION = 'v2.3'
135135

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

0 commit comments

Comments
 (0)