Skip to content

Commit

Permalink
Bumped version to 2.2.4
Browse files Browse the repository at this point in the history
Summary: Bumped version

Test Plan: doitlive
  • Loading branch information
Evan Chen committed Jan 24, 2015
1 parent ec96608 commit b3817a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion facebookads/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class FacebookAdsApi(object):
this sdk.
"""

SDK_VERSION = '2.2.3'
SDK_VERSION = '2.2.4'

API_VERSION = 'v2.2'

Expand Down
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 = 'facebookads'
PACKAGE_VERSION = '2.2.3'
PACKAGE_VERSION = '2.2.4'
PACKAGE_AUTHOR = 'Facebook'
PACKAGE_AUTHOR_EMAIL = ''
PACKAGE_URL = 'https://github.com/facebook/facebook-python-ads-sdk'
Expand Down

0 comments on commit b3817a5

Please sign in to comment.