diff --git a/bootstrap.py b/bootstrap.py index 69f6656..3ab6fa9 100755 --- a/bootstrap.py +++ b/bootstrap.py @@ -63,7 +63,7 @@ import rpm # pylint:disable=import-error -VERSION = '1.7.4' +VERSION = '1.7.5' # Python 2.4 only supports octal numbers by prefixing '0' # Python 3 only support octal numbers by prefixing '0o'