Skip to content

Commit

Permalink
bump python SDK verison by 0.0.1
Browse files Browse the repository at this point in the history
Summary: bump python SDK to 21.0.1

Differential Revision: D64365550

fbshipit-source-id: e29f93fb260d40142436837f7af55a667aca5866
  • Loading branch information
Li Li (AXP) authored and facebook-github-bot committed Oct 15, 2024
1 parent 9508e7b commit b0c956c
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__ = '21.0.0'
__version__ = '21.0.1'
__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': 'v21.0',
'SDK_VERSION': 'v21.0.0',
'SDK_VERSION': 'v21.0.1',
'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 = '21.0.0'
PACKAGE_VERSION = '21.0.1'
PACKAGE_AUTHOR = 'Facebook'
PACKAGE_AUTHOR_EMAIL = '[email protected]'
PACKAGE_URL = 'https://github.com/facebook/facebook-python-business-sdk'
Expand Down

0 comments on commit b0c956c

Please sign in to comment.