Skip to content

Commit

Permalink
Bump the Version to v20.0.1
Browse files Browse the repository at this point in the history
Summary: Bump the version to release a new version with the bug fix.

Reviewed By: yoongyj, liliarizona

Differential Revision: D61582701

fbshipit-source-id: 1e44ecadc8b78f62ae9752c61196c904850839a3
  • Loading branch information
stcheng authored and facebook-github-bot committed Aug 21, 2024
1 parent 405e93b commit 1a5bcc3
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,7 +7,7 @@
from facebook_business.session import FacebookSession
from facebook_business.api import FacebookAdsApi

__version__ = '20.0.0'
__version__ = '20.0.1'
__all__ = [
'session',
'objects',
Expand Down
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.0',
'SDK_VERSION': 'v20.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 = '20.0.0'
PACKAGE_VERSION = '20.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 1a5bcc3

Please sign in to comment.