Skip to content

Commit

Permalink
Bump python version to 21.0.2
Browse files Browse the repository at this point in the history
Summary: Bump python version to 21.0.2

Differential Revision: D64410424

fbshipit-source-id: c55bd540c9ae70d7ab1456e4d78cec6911a8003a
  • Loading branch information
satwikareddy3 authored and facebook-github-bot committed Oct 16, 2024
1 parent 70e4afb commit 6b8815a
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.1'
__version__ = '21.0.2'
__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.1',
'SDK_VERSION': 'v21.0.2',
'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.1'
PACKAGE_VERSION = '21.0.2'
PACKAGE_AUTHOR = 'Facebook'
PACKAGE_AUTHOR_EMAIL = '[email protected]'
PACKAGE_URL = 'https://github.com/facebook/facebook-python-business-sdk'
Expand Down

0 comments on commit 6b8815a

Please sign in to comment.