summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rwxr-xr-xutils/set_version1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/set_version b/utils/set_version
index 97c18c9..bbca211 100755
--- a/utils/set_version
+++ b/utils/set_version
@@ -13,6 +13,7 @@ fi
NEW_VERSION=$1
OLD_VERSION=$(cd src;python -c "from setup_common import *; print get_version();")
+rm -f src/setup_common.py[co]
# Prepare ChangeLog entry for the python-dmidecode.spec file
TSTAMP="$(date +%a\ %b\ %d\ %Y)"