Skip to content

Commit

Permalink
update: Pushed a new update.
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30 committed Nov 6, 2019
1 parent c78283e commit ae1b215
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion QuickWall.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def parse():
epilog="If you find any bugs, feel\
free to raise an issue in the GitHub\
[https://github.com/deepjyoti30/QuickWall] page.")
parser.add_argument('--version', action='version', version='0.0.1-3',
parser.add_argument('--version', action='version', version='0.0.1-4',
help='show the program version number and exit')
parser.add_argument('--clear-cache', help="Clear the cache from the\
cache folder (~/.QuickWall)", action='store_true')
Expand Down
2 changes: 1 addition & 1 deletion scripts/QuickWall
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def parse():
epilog="If you find any bugs, feel\
free to raise an issue in the GitHub\
[https://github.com/deepjyoti30/QuickWall] page.")
parser.add_argument('--version', action='version', version='0.0.1-3',
parser.add_argument('--version', action='version', version='0.0.1-4',
help='show the program version number and exit')
parser.add_argument('--clear-cache', help="Clear the cache from the\
cache folder (~/.QuickWall)", action='store_true')
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
author_email='[email protected]',
description='Set any wallpaper from commandline',
long_description='Set any wallpaper from Unsplash from the commandline',
url='http://github.com/deepjyoti30/quickwall',
url='http://github.com/deepjyoti30/QuickWall',
scripts=['scripts/QuickWall'],
version='0.0.1-3',
version='0.0.1-4',
license='MIT',
install_requires=['requests'],
)

0 comments on commit ae1b215

Please sign in to comment.