Skip to content

Commit

Permalink
update: 0.0.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30 committed Mar 30, 2020
1 parent a736ecb commit 0b368b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/QuickWall
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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.2',
parser.add_argument('--version', action='version', version='0.0.3',
help='show the program version number and exit')
parser.add_argument('--clear-cache', help="Clear the cache from the\
cache folder (~/.cache/QuickWall)", action='store_true')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
long_description='Set any wallpaper from Unsplash from the commandline',
url='http://github.com/deepjyoti30/QuickWall',
scripts=['scripts/QuickWall'],
version='0.0.2',
version='0.0.3',
license='MIT',
install_requires=['requests', 'pywal', 'downloader-cli', 'beautifulsoup4'],
)

0 comments on commit 0b368b3

Please sign in to comment.