From 301cb1134cf54f2c468a20bcd3fd0fbd8fd1332c Mon Sep 17 00:00:00 2001 From: Alexander Bersenev Date: Sat, 23 Jun 2018 03:35:11 +0500 Subject: [PATCH] setup.py version increase --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ddccdf7..315f187 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.1", + version="0.9.2", description="Async MTProto Proxy", long_description=long_description, url="https://github.com/alexbers/mtprotoproxy",