Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rochi88 committed Mar 5, 2024
1 parent 616954b commit 7e8a607
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bdshare/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (1, 0, 0)
version_info = (1, 0, 1)
__version__ = '.'.join(map(str, version_info))
1 change: 0 additions & 1 deletion bdshare/stock/market.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from bs4 import BeautifulSoup
import pandas as pd
from bdshare.util import vars as vs
import re


def get_market_inf():
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = bdshare
version = 1.0.0
version = 1.0.1
author= Raisul Islam
author_email= [email protected]
description = A utility for crawling historical and Real-time Quotes of DSE(Dhaka Stock Exchange)
Expand Down

0 comments on commit 7e8a607

Please sign in to comment.