diff options
author | Kyomotoi <[email protected]> | 2021-10-24 16:49:54 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2021-10-24 16:49:54 +0800 |
commit | 6e033aeddbe53adf914e5f72f8ab7068ddd678d0 (patch) | |
tree | 9e9ae78b4f8d4809d42c2c1726f73ceb0666f3d5 /ATRI | |
parent | 16838e0d83c8dd3f1be1e6ec5fb1cecd9b319d8a (diff) | |
download | ATRI-6e033aeddbe53adf914e5f72f8ab7068ddd678d0.tar.gz ATRI-6e033aeddbe53adf914e5f72f8ab7068ddd678d0.tar.bz2 ATRI-6e033aeddbe53adf914e5f72f8ab7068ddd678d0.zip |
🍻 跟上版本标签
Diffstat (limited to 'ATRI')
-rw-r--r-- | ATRI/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ATRI/__init__.py b/ATRI/__init__.py index 7ea6457..a43077f 100644 --- a/ATRI/__init__.py +++ b/ATRI/__init__.py @@ -7,7 +7,7 @@ from .config import RUNTIME_CONFIG from .log import logger -__version__ = "YHN-001-A03" +__version__ = "YHN-001-A04" def asgi(): |