Skip to content

Commit dc7b58e

Browse files
author
Rituparna Mukherjee
committed
Incrementing version for setup changes
Summary: The setup change needs to be tagged and therefore incrementing the version Test Plan: Unit tests and Integration tests
1 parent c9ddca2 commit dc7b58e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

facebookads/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from facebookads.session import FacebookSession
2222
from facebookads.api import FacebookAdsApi
2323

24-
__version__ = '2.6.0'
24+
__version__ = '2.6.1'
2525
__all__ = [
2626
'session',
2727
'objects',

facebookads/apiconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020

2121
ads_api_config = {
2222
'API_VERSION': 'v2.6',
23-
'SDK_VERSION': 'v2.6.0',
23+
'SDK_VERSION': 'v2.6.1',
2424
'STRICT_MODE': False
2525
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
requirements_filename = os.path.join(this_dir, 'requirements.txt')
3030

3131
PACKAGE_NAME = 'facebookads'
32-
PACKAGE_VERSION = '2.6.0'
32+
PACKAGE_VERSION = '2.6.1'
3333
PACKAGE_AUTHOR = 'Facebook'
3434
PACKAGE_AUTHOR_EMAIL = ''
3535
PACKAGE_URL = 'https://github.com/facebook/facebook-python-ads-sdk'

0 commit comments

Comments
 (0)