Skip to content

Commit

Permalink
version string update
Browse files Browse the repository at this point in the history
  • Loading branch information
swapniljariwala committed Nov 5, 2016
1 parent dfbc525 commit a348f80
Showing 1 changed file with 1 addition and 1 deletion.
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.3',
version = '0.4',
description = 'Library to download financial data in pandas dataframe',
author = 'Swapnil Jariwala',
author_email = '[email protected]',
Expand Down

0 comments on commit a348f80

Please sign in to comment.