Skip to content

Commit 4148fc6

Browse files
satwikareddy3facebook-github-bot
authored andcommitted
Bump python version by 0.0.2
Summary: this is to address change in D69626558 Reviewed By: stcheng, liliarizona Differential Revision: D69631502 fbshipit-source-id: 49359b758b2f6443b899350641e6b7e1b8f71319
1 parent f942721 commit 4148fc6

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__ = '22.0.0'
10+
__version__ = '22.0.2'
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': 'v22.0',
9-
'SDK_VERSION': 'v22.0.0',
9+
'SDK_VERSION': 'v22.0.2',
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 = '22.0.0'
32+
PACKAGE_VERSION = '22.0.2'
3333
PACKAGE_AUTHOR = 'Facebook'
3434
PACKAGE_AUTHOR_EMAIL = 'shuotian@meta.com'
3535
PACKAGE_URL = 'https://github.com/facebook/facebook-python-business-sdk'

0 commit comments

Comments
 (0)