Skip to content

Commit 85ef28d

Browse files
committed
Update version to 0.9.10.
1 parent 083fcfd commit 85ef28d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pytdbot/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
from . import types, utils, filters, exception
2-
from .tdjson import TdJson
3-
from .client_manager import ClientManager
1+
from . import exception, filters, types, utils
42
from .client import Client
3+
from .client_manager import ClientManager
4+
from .tdjson import TdJson
55

66
__all__ = [
77
"types",
@@ -13,7 +13,7 @@
1313
"Client",
1414
]
1515

16-
__version__ = "0.9.10dev0"
16+
__version__ = "0.9.10"
1717
__copyright__ = "Copyright (c) 2022-2026 Pytdbot, AYMENJD"
1818
__license__ = "MIT License"
1919

0 commit comments

Comments
 (0)