From 08fa617332128b6f1a716cd7fe5131298fc7ec9e Mon Sep 17 00:00:00 2001 From: Aditya Kumar Date: Sun, 1 Aug 2021 20:55:32 +0530 Subject: [PATCH] chore: bump version to 0.8 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b0b27d1..695528d 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='cpcli', - version='0.7', + version='0.8', description='Competitive Programming CLI', author='Aditya Kumar', author_email='k.aditya00@gmail.com', @@ -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',