File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 145145More examples can be found on the [GitHub repository](https://github.com/thedtvn/MBBank/tree/main/examples).
146146"""
147147
148- from .main import MBBank , TransferContext
149148from .asyncio import MBBankAsync , TransferContextAsync
150- from .capcha_ocr import CapchaProcessing , CapchaOCR
149+ from .capcha_ocr import CapchaOCR , CapchaProcessing
150+ from .main import MBBank , TransferContext
151151
152152__all__ = [
153153 "MBBank" ,
158158 "CapchaOCR" ,
159159]
160160
161- __version__ = "0.2.9 "
161+ __version__ = "0.3.0 "
Original file line number Diff line number Diff line change @@ -17,21 +17,21 @@ dependencies = [
1717 " wheel" ,
1818 " wasmtime" ,
1919 " mb-capcha-ocr" ,
20- " pydantic" ,
20+ " pydantic"
2121]
2222
2323[project .urls ]
2424Homepage = " https://github.com/thedtvn/MBBank"
2525
2626[tool .setuptools .packages .find ]
27- include = [" mbbank*" ]
27+ include = [" mbbank" , " mbbank. *" ]
2828
2929[tool .setuptools .dynamic ]
3030version = { attr = " mbbank.__version__" }
3131
3232[dependency-groups ]
3333dev = [
34- " pdoc>=14.7.0 " , # for documentation generation
35- " ruff>=0.14.9 " , # for linting and formatting
36- " ty>=0.0.1a35 " # for type checking
34+ " pdoc" , # for documentation generation
35+ " ruff" , # for linting and formatting
36+ " ty" # for type checking
3737]
You can’t perform that action at this time.
0 commit comments