Skip to content

Commit

Permalink
Update setup.py version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NotStatilko committed Aug 9, 2022
1 parent 9b65ef1 commit 77015e8
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 @@ -2,15 +2,15 @@

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(),
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.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='''
Expand Down

0 comments on commit 77015e8

Please sign in to comment.