From 2efd3e00ec088a27eb13d0b9cc30af56d2dfa849 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Fri, 14 Jun 2019 19:56:39 +0200 Subject: [PATCH] Update beta version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aeb54c9..ac27030 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ with open("README.md", encoding="utf-8") as f: setup( name="TgCrypto", - version="1.1.1", + version="1.2.0b4", description="Fast Telegram Crypto Library for Python", long_description=readme, long_description_content_type="text/markdown",