Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Jha committed Aug 17, 2018
1 parent f83fbc9 commit f218438
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Expand Up @@ -21,5 +21,5 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
"""
__VERSION__='1.0.2'
__VERSION__='1.0.8'
from .nse import Nse
2 changes: 2 additions & 0 deletions docs/source/changelog.rst
Expand Up @@ -16,3 +16,5 @@ Release History & Change Log
1.0.6 : Fixed the bug related to "negative change" in stock price.

1.0.7 : Added support for getting F&O lot sizes.

1.0.8 : Few build issues.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -41,7 +41,7 @@

setup(
name="nsetools",
version="1.0.7",
version="1.0.8",
author="Vivek Jha",
author_email="vsjha18@gmail.com",
description = ("Python library for extracting realtime data from National Stock Exchange"),
Expand Down
6 changes: 6 additions & 0 deletions tests/commands.txt
@@ -1,3 +1,9 @@
nosetests --with-coverage --cover-package nsetools.nse --cover-branch
python setup.py sdist upload -r pypi

# move setup.py one level up.
# run command from there.
# change version in setup.py and __init__.py

python setup.py bdist_wheel
twine upload --repository-url https://upload.pypi.org/legacy/ dist/nsetools-1.0.6.tar.gz

0 comments on commit f218438

Please sign in to comment.