mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-28 00:56:19 +00:00
Normalize "0.8.0dev1" to "0.8.0.dev1"
This commit is contained in:
parent
0b6b598059
commit
77a1d58714
@ -23,7 +23,7 @@ __copyright__ = "Copyright (C) 2017-2018 Dan Tès <https://github.com/delivrance
|
||||
"e" if sys.getfilesystemencoding() != "utf-8" else "\xe8"
|
||||
)
|
||||
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
|
||||
__version__ = "0.8.0dev1"
|
||||
__version__ = "0.8.0.dev1"
|
||||
|
||||
from .api.errors import Error
|
||||
from .client.types import (
|
||||
|
Loading…
Reference in New Issue
Block a user