Skip to content

Commit ddbf2b4

Browse files
satwikareddy3meta-codesync[bot]
authored andcommitted
Bump sdk versions
Summary: To include changes in D83920663 D83918087 D83868650 D83916694 D83917073 Reviewed By: liliarizona Differential Revision: D84525244 fbshipit-source-id: cb634e09e62c0f9c69b517f7eac74dd1195c84b0
1 parent 2b077af commit ddbf2b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

facebook_business/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
from facebook_business.session import FacebookSession
88
from facebook_business.api import FacebookAdsApi
99

10-
__version__ = '23.0.2'
10+
__version__ = '23.0.3'
1111
__all__ = ['session', 'api']

facebook_business/apiconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
ads_api_config = {
88
'API_VERSION': 'v23.0',
9-
'SDK_VERSION': 'v23.0.2',
9+
'SDK_VERSION': 'v23.0.3',
1010
'STRICT_MODE': False
1111
}

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 = 'facebook_business'
32-
PACKAGE_VERSION = '23.0.2'
32+
PACKAGE_VERSION = '23.0.3'
3333
PACKAGE_AUTHOR = 'Facebook'
3434
PACKAGE_AUTHOR_EMAIL = '[email protected]'
3535
PACKAGE_URL = 'https://github.com/facebook/facebook-python-business-sdk'

0 commit comments

Comments
 (0)