Skip to content

Commit

Permalink
Bump version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30 committed Feb 16, 2022
1 parent eebfe98 commit acf053a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion QuickWall/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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.4',
parser.add_argument('--version', action='version', version='0.0.5',
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 @@ -24,7 +24,7 @@
'QuickWall = QuickWall.__main__:main_handler'
]
},
version='0.0.4',
version='0.0.5',
license='MIT',
install_requires=requirements,
)

0 comments on commit acf053a

Please sign in to comment.