File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
from facebook_business .session import FacebookSession
8
8
from facebook_business .api import FacebookAdsApi
9
9
10
- __version__ = '22.0.3 '
10
+ __version__ = '22.0.4 '
11
11
__all__ = ['session' , 'api' ]
Original file line number Diff line number Diff line change 6
6
7
7
ads_api_config = {
8
8
'API_VERSION' : 'v22.0' ,
9
- 'SDK_VERSION' : 'v22.0.3 ' ,
9
+ 'SDK_VERSION' : 'v22.0.4 ' ,
10
10
'STRICT_MODE' : False
11
11
}
Original file line number Diff line number Diff line change 29
29
requirements_filename = os .path .join (this_dir , 'requirements.txt' )
30
30
31
31
PACKAGE_NAME = 'facebook_business'
32
- PACKAGE_VERSION = '22.0.3 '
32
+ PACKAGE_VERSION = '22.0.4 '
33
33
PACKAGE_AUTHOR = 'Facebook'
34
34
PACKAGE_AUTHOR_EMAIL = 'shuotian@meta.com'
35
35
PACKAGE_URL = 'https://github.com/facebook/facebook-python-business-sdk'
You can’t perform that action at this time.
0 commit comments