switch to v0.4.1
This commit is contained in:
parent
1be4e6ce4a
commit
cff9388a4e
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -8,7 +8,7 @@ def read(fname):
|
|||
|
||||
setup(
|
||||
name='sweeper',
|
||||
version='0.4.0',
|
||||
version='0.4.1',
|
||||
author='Darko Poljak',
|
||||
author_email='darko.poljak@gmail.com',
|
||||
description='Find duplicate files and perform action.',
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Author: Darko Poljak <darko.poljak@gmail.com>
|
||||
# License: GPLv3
|
||||
|
||||
"""sweeper 0.4.0
|
||||
"""sweeper 0.4.1
|
||||
|
||||
Usage: sweeper.py [options] [<directory>...]
|
||||
|
||||
|
|
Loading…
Reference in a new issue