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