diff --git a/autotrash b/autotrash index 0fb5ba6..385f3d2 100755 --- a/autotrash +++ b/autotrash @@ -197,7 +197,7 @@ def main(args): logging.getLogger().setLevel(logging.WARNING) if options.version: - logging.info('''Version 0.2.0\nCopyright (C) 2008 A. Bram Neijt \nLicense GPLv3+''') + logging.info('''Version 0.2.1\nCopyright (C) 2008 A. Bram Neijt \nLicense GPLv3+''') return 1 if options.delete + options.min_free + options.days == 0: diff --git a/setup.py b/setup.py index 81a391b..e42faa2 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name= 'autotrash', - version= '0.2.0', + version= '0.2.1', author= 'A. Bram Neijt', author_email= 'bram@neijt.nl', url= 'http://logfish.net/pr/autotrash/',