We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d157a commit 422a019Copy full SHA for 422a019
facebookads/__init__.py
@@ -21,7 +21,7 @@
21
from facebookads.session import FacebookSession
22
from facebookads.api import FacebookAdsApi
23
24
-__version__ = '2.4.1'
+__version__ = '2.4.2'
25
__all__ = [
26
'session',
27
'objects',
setup.py
@@ -29,7 +29,7 @@
29
requirements_filename = os.path.join(this_dir, 'requirements.txt')
30
31
PACKAGE_NAME = 'facebookads'
32
-PACKAGE_VERSION = '2.4.1'
+PACKAGE_VERSION = '2.4.2'
33
PACKAGE_AUTHOR = 'Facebook'
34
PACKAGE_AUTHOR_EMAIL = ''
35
PACKAGE_URL = 'https://github.com/facebook/facebook-python-ads-sdk'
0 commit comments