Skip to content

Commit

Permalink
chore: bump version to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Kumar committed Aug 1, 2021
1 parent a0ab2de commit 08fa617
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.7',
version='0.8',
description='Competitive Programming CLI',
author='Aditya Kumar',
author_email='[email protected]',
Expand All @@ -19,7 +19,7 @@
install_requires=install_requires,
include_package_data=True,
url='https://github.com/adityaa30/cpcli',
download_url='https://github.com/adityaa30/cpcli/releases/tag/0.7',
download_url='https://github.com/adityaa30/cpcli/releases/tag/0.8',
keywords=['CLI', 'Competitive Programming'],
zip_safe=False,
license='MIT License',
Expand Down

0 comments on commit 08fa617

Please sign in to comment.