From 77015e87fc92b422356959a076a790678653bb44 Mon Sep 17 00:00:00 2001 From: NotStatilko Date: Wed, 10 Aug 2022 02:38:07 +0300 Subject: [PATCH] Update setup.py version to 0.2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index cfa46f6..7267f68 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="pyoutline", - version='0.1.1', + version='0.2', license='MIT', description = 'A simple CLI app to start Outline Proxy', long_description = open('README.md').read(), @@ -10,7 +10,7 @@ author = 'NonProjects', author_email = 'thenonproton@pm.me', url = 'https://github.com/NonProjects/pyoutline', - download_url = 'https://github.com/NonProjects/pyoutline/archive/refs/tags/v0.1.1.tar.gz', + download_url = 'https://github.com/NonProjects/pyoutline/archive/refs/tags/v0.2.tar.gz', py_modules=['pyoutline', 'tools'], install_requires=['click'], entry_points='''