Skip to content

Commit

Permalink
Payload Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
xsphereboi committed Jun 10, 2021
1 parent 0b3fb67 commit a73cde2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ var/
wheels/
*.egg-info/
.installed.cfg
*.egg
*.egg
__pycache__/
1 change: 1 addition & 0 deletions nepse/stonk.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def __init__(self):
23:564,
24: 662,
25: 198,
26:600,
27: 511,
28: 469,
29: 537,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import codecs
from os import path
this_directory = path.abspath(path.dirname(__file__))
VERSION = '0.1.4'
VERSION = '0.1.6'
DESCRIPTION = 'Python Wrapper for Newweb Nepse'
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
LONG_DESCRIPTION = f.read()
Expand Down

0 comments on commit a73cde2

Please sign in to comment.