From d6fbe3c8f78d5eaf28cb8371b96e6928bc31fc82 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Mon, 19 Feb 2018 15:44:43 +0100 Subject: [PATCH] Update to v1.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0551491..c60a620 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ with open("README.rst", encoding="utf-8") as f: setup( name="TgCrypto", - version="1.0.1", + version="1.0.2", description="Fast Telegram Crypto Library for Python", url="https://github.com/pyrogram/tgcrypto", author="Dan Tès",