diff --git a/pyrogram/__init__.py b/pyrogram/__init__.py index d1e195fa..962b8782 100644 --- a/pyrogram/__init__.py +++ b/pyrogram/__init__.py @@ -18,7 +18,7 @@ import sys -__version__ = "0.12.0.develop" +__version__ = "0.12.0.async" __license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)" __copyright__ = "Copyright (C) 2017-2019 Dan Tès ".replace( "\xe8", "e" if sys.getfilesystemencoding() != "utf-8" else "\xe8"