Skip to content

Commit

Permalink
Update version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NotStatilko committed Sep 27, 2022
1 parent bd77e6e commit 254f450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

setup(
name="pyoutline",
version='0.2.3',
version='0.3',
license='MIT',
description = 'A simple CLI app to start Outline Proxy',
long_description = open('README.md').read(),
long_description_content_type='text/markdown',
author = 'NonProjects',
author_email = 'thenonproton@pm.me',
url = 'https://github.com/NonProjects/pyoutline',
download_url = 'https://github.com/NonProjects/pyoutline/archive/refs/tags/v0.2.3.tar.gz',
download_url = 'https://github.com/NonProjects/pyoutline/archive/refs/tags/v0.3.tar.gz',
py_modules=['pyoutline', 'pyoutline_tools'],
install_requires=[
'click', f'shadowsocks @ {ss_archive}'
Expand Down

0 comments on commit 254f450

Please sign in to comment.