From 904a763cb66c9929ade4f93fe89e6100197204d5 Mon Sep 17 00:00:00 2001 From: Alexander Bersenev Date: Sat, 23 Jun 2018 03:00:59 +0500 Subject: [PATCH] small typos in setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a3cb30c..ddccdf7 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", + version="0.9.1", description="Async MTProto Proxy", long_description=long_description, url="https://github.com/alexbers/mtprotoproxy", @@ -37,7 +37,7 @@ setuptools.setup( "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.5" + "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ] )