Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
rochi88 committed Dec 31, 2024
1 parent 2317f35 commit 012ef9b
Show file tree
Hide file tree
Showing 2 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, 1, 2)
version_info = (1, 1, 3)
__version__ = '.'.join(map(str, version_info))
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = bdshare
version = 1.1.2
version = 1.1.3
author= Raisul Islam
author_email= [email protected]
description = A utility for crawling historical and Real-time Quotes of DSE(Dhaka Stock Exchange)
Expand All @@ -22,7 +22,6 @@ install_requires =
html5lib
pandas
lxml
importlib-metadata; python_version<"3.8"

[options.package_data]
* = *.md, *.rst
Expand Down

0 comments on commit 012ef9b

Please sign in to comment.