-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Aditya Kumar
committed
Aug 1, 2021
1 parent
a0ab2de
commit 08fa617
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
setup( | ||
name='cpcli', | ||
version='0.7', | ||
version='0.8', | ||
description='Competitive Programming CLI', | ||
author='Aditya Kumar', | ||
author_email='[email protected]', | ||
|
@@ -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', | ||
|