Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jessecooper committed Aug 28, 2017
1 parent 101ea32 commit f523fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyetrade/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__ALL__ = ['authorization', 'accounts']

__title__ = 'pyetrade'
__version__ = '0.2.0'
__version__ = '0.3.0'
__author__ = 'Jesse Cooper'

from . import authorization
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
req = [i.strip() for i in requirements]

setup(name='pyetrade',
version='0.2.0',
version='0.3.0',
description='eTrade API wrappers',
author='Jesse Cooper',
author_email='jesse_cooper@codeholics.com',
Expand Down

0 comments on commit f523fa9

Please sign in to comment.