From bdc4a21b04cb4abace81a2a54d240945b69a50cb Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Sun, 13 Sep 2015 17:36:28 +0100 Subject: [PATCH] Prepare for 0.11 release --- vmdebootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmdebootstrap b/vmdebootstrap index 18cce19..3cd526d 100755 --- a/vmdebootstrap +++ b/vmdebootstrap @@ -30,7 +30,7 @@ import time from distro_info import DebianDistroInfo, UbuntuDistroInfo -__version__ = '0.10' +__version__ = '0.11' # pylint: disable=invalid-name,line-too-long,missing-docstring,too-many-branches -- 2.39.2