Skip to content

Commit 7ed4bee

Browse files
committed
feat: update version to 0.2.4 and add donation information to README
1 parent 2c4a477 commit 7ed4bee

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.MD

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,14 @@ What you need that it use this lib to make your own code so you can use it free
2121

2222
pip install git+https://github.com/thedtvn/MBBank
2323

24-
24+
## Donate
25+
If you like this project and want to support it, you can do so by donating via the following methods:
26+
- **Momo**: 0961291206
27+
- **ZaloPay**: 0961291206
28+
- **Banking**:
29+
- Techcombank - NGUYEN DUONG TUAN
30+
- Account Nickname: THEDTVN
31+
- Account Nuber: 9612912060
2532

2633
## Extra Info
2734
- Payment QR Code Generator

mbbank/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .wasm_helper import wasm_encrypt
44
from .capcha_ocr import CapchaProcessing, CapchaOCR
55

6-
__version__ = '0.2.3'
6+
__version__ = '0.2.4'

0 commit comments

Comments
 (0)