🔖 bump version 2.0.0a10

This commit is contained in:
yanyongyu
2021-02-07 20:51:09 +08:00
parent c6a6dc6e21
commit ef98a6f23c
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ from types import ModuleType
from dataclasses import dataclass
from importlib._bootstrap import _load
from contextvars import Context, ContextVar, copy_context
from typing import Any, Set, List, Dict, Type, Tuple, Union, Optional, TYPE_CHECKING, Iterable
from typing import Any, Set, List, Dict, Type, Tuple, Union, Optional, Iterable, TYPE_CHECKING
from nonebot.log import logger
from nonebot.matcher import Matcher