Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
Summary: bumping to next version

Test Plan: Run tests
  • Loading branch information
Rituparna Mukherjee committed Oct 20, 2015
1 parent df6365a commit 4f02394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion facebookads/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from facebookads.session import FacebookSession
from facebookads.api import FacebookAdsApi

__version__ = '2.5.0'
__version__ = '2.5.1'
__all__ = [
'session',
'objects',
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.5.0'
PACKAGE_VERSION = '2.5.1'
PACKAGE_AUTHOR = 'Facebook'
PACKAGE_AUTHOR_EMAIL = ''
PACKAGE_URL = 'https://github.com/facebook/facebook-python-ads-sdk'
Expand Down

0 comments on commit 4f02394

Please sign in to comment.