From 23a643e451f9b22caa65f51cc85f7d38769ff781 Mon Sep 17 00:00:00 2001 From: Mike Dacre Date: Wed, 21 Mar 2018 16:00:13 -0700 Subject: [PATCH] Increment to beta-10 --- README.rst | 2 +- careful_rm.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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