Skip to content

Commit

Permalink
Bump SDK Versions By 0.0.1
Browse files Browse the repository at this point in the history
Summary: as titled

Reviewed By: yoongyj, stcheng

Differential Revision: D62960011

fbshipit-source-id: cdccbc786e857b514ebbe030cf91628f4ed1ee1f
  • Loading branch information
Li Li (AXP) authored and facebook-github-bot committed Sep 18, 2024
1 parent 5fa1e37 commit 6ae938a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion facebook_business/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
from facebook_business.session import FacebookSession
from facebook_business.api import FacebookAdsApi

__version__ = '20.0.2'
__version__ = '20.0.3'
__all__ = ['session', 'api']
2 changes: 1 addition & 1 deletion facebook_business/apiconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

ads_api_config = {
'API_VERSION': 'v20.0',
'SDK_VERSION': 'v20.0.2',
'SDK_VERSION': 'v20.0.3',
'STRICT_MODE': False
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
requirements_filename = os.path.join(this_dir, 'requirements.txt')

PACKAGE_NAME = 'facebook_business'
PACKAGE_VERSION = '20.0.2'
PACKAGE_VERSION = '20.0.3'
PACKAGE_AUTHOR = 'Facebook'
PACKAGE_AUTHOR_EMAIL = 'shuotian@meta.com'
PACKAGE_URL = 'https://github.com/facebook/facebook-python-business-sdk'
Expand Down

0 comments on commit 6ae938a

Please sign in to comment.