Skip to content

Commit

Permalink
Up the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bneijt committed Apr 4, 2017
1 parent 872075a commit fd669d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autotrash
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>\nLicense GPLv3+''')
logging.info('''Version 0.2.1\nCopyright (C) 2008 A. Bram Neijt <[email protected]>\nLicense GPLv3+''')
return 1

if options.delete + options.min_free + options.days == 0:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name= 'autotrash',
version= '0.2.0',
version= '0.2.1',
author= 'A. Bram Neijt',
author_email= '[email protected]',
url= 'http://logfish.net/pr/autotrash/',
Expand Down

0 comments on commit fd669d3

Please sign in to comment.