diff --git a/README.rst b/README.rst index 2e8c270..31c6819 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ Careful rm ########## -Version: 1.0-beta9 +Version: 1.0-beta10 A wrapper for rm that adds more useful warnings and an optional recycle/trash mode diff --git a/careful_rm.py b/careful_rm.py index cd5b8ce..e5ab0dd 100755 --- a/careful_rm.py +++ b/careful_rm.py @@ -71,7 +71,7 @@ # For old versions of python 2 input = raw_input -__version__ = '1.0b9' +__version__ = '1.0b10' # Don't ask if fewer than this number of files deleted CUTOFF = 3