Skip to content

Commit 3663562

Browse files
committed
Update develop version
1 parent 3a1c027 commit 3663562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrogram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"e" if sys.getfilesystemencoding() != "utf-8" else "\xe8"
3030
)
3131
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
32-
__version__ = "0.11.1.develop"
32+
__version__ = "0.12.0.develop"
3333

3434
from .api.errors import Error
3535
from .client.types import (

0 commit comments

Comments
 (0)