Skip to content

Commit

Permalink
new commit
Browse files Browse the repository at this point in the history
  • Loading branch information
swapniljariwala committed Mar 7, 2020
1 parent b3a9f3d commit 08f2cb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NSEpy 0.6
# NSEpy 0.8.
Python Library to get publicly available data on NSE website ie. stock quotes, historical data, live indices.

Detailed documentation here - http://nsepy.readthedocs.io/en/latest/
Expand Down
4 changes: 2 additions & 2 deletions 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.debt'], # this must be the same as the name above
version = '0.7',
version = '0.8',
description = 'Library to download financial data in pandas dataframe',
author = 'Swapnil Jariwala',
author_email = '[email protected]',
Expand All @@ -18,7 +18,7 @@
[console_scripts]
nsecli=nsepy.cli:cli
''',
download_url = 'https://github.com/swapniljariwala/nsepy/archive/v0.7.zip',
download_url = 'https://github.com/swapniljariwala/nsepy/archive/0.8.zip',
install_requires = ['beautifulsoup4', 'requests', 'numpy', 'pandas', 'six', 'click', 'lxml'],
keywords = ['testing', 'logging', 'example'], # arbitrary keywords
classifiers = [],
Expand Down

0 comments on commit 08f2cb1

Please sign in to comment.