Skip to content

Commit a0a8824

Browse files
satwikareddy3facebook-github-bot
authored andcommitted
Python version bump up
Summary: To address changes in D72841933 Reviewed By: liliarizona Differential Revision: D72876810 fbshipit-source-id: f3016b793ed0dc43165a09cce77a5d3742acf419
1 parent b0c3c8b commit a0a8824

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.3'
10+
__version__ = '22.0.4'
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.3',
9+
'SDK_VERSION': 'v22.0.4',
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.3'
32+
PACKAGE_VERSION = '22.0.4'
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)