setup.py version increase

This commit is contained in:
Alexander Bersenev
2018-06-23 03:35:11 +05:00
parent 904a763cb6
commit 301cb1134c

View File

@@ -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",