Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
swapniljariwala committed Nov 24, 2017
1 parent c84e62c commit 96093f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nsepy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .history import get_history, get_index_pe_history, get_rbi_ref_history
from .live import get_quote

__VERSION__ = 0.6
__VERSION__ = 0.7
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
setup(
name = 'nsepy',
packages = ['nsepy', 'nsepy.derivatives', 'nsepy.indices', 'nsepy.debt'], # this must be the same as the name above
version = '0.6',
version = '0.7',
description = 'Library to download financial data in pandas dataframe',
author = 'Swapnil Jariwala',
author_email = '[email protected]',
Expand Down

0 comments on commit 96093f7

Please sign in to comment.