Skip to content

Commit

Permalink
chore: Bump version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adityaa30 committed Sep 28, 2020
1 parent bb35b0a commit f9e596f
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 @@ -7,7 +7,7 @@

setup(
name='cpcli',
version='0.1',
version='0.2',
description='Competitive Programming CLI',
author='Aditya Kumar',
author_email='[email protected]',
Expand All @@ -17,7 +17,7 @@
python_requires='>=3.6',
install_requires=install_requires,
url='https://github.com/adityaa30/cpcli',
download_url='https://github.com/adityaa30/cpcli/releases/tag/0.1',
download_url='https://github.com/adityaa30/cpcli/releases/tag/0.2',
keywords=['CLI', 'Competitive Programming'],
zip_safe=False,
license='MIT License',
Expand Down

0 comments on commit f9e596f

Please sign in to comment.