From 6ae507bd86c7f0f567b0bbaeb0c4437ccbb4ef9e Mon Sep 17 00:00:00 2001 From: Alexander Bersenev Date: Thu, 5 Jul 2018 16:29:03 +0500 Subject: [PATCH] update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ff32e79..7a27e84 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md", "rt") as readme_fp: setuptools.setup( name="mtprotoproxy", - version="0.9.4", + version="1.0.0", description="Async MTProto Proxy", long_description=long_description, url="https://github.com/alexbers/mtprotoproxy",