diff --git a/bootstrap.py b/bootstrap.py index 66a04a6..d22c1b2 100755 --- a/bootstrap.py +++ b/bootstrap.py @@ -62,7 +62,7 @@ import rpm # pylint:disable=import-error -VERSION = '1.6.0' +VERSION = '1.7.0' # Python 2.4 only supports octal numbers by prefixing '0' # Python 3 only support octal numbers by prefixing '0o'