summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2015-11-02 14:31:52 +0000
committerNeil Williams <codehelp@debian.org>2015-11-04 09:37:36 +0000
commit5dea8d05069f0518ddf974eef79dc576c0b4bc1e (patch)
treec7acd6d9781a0b9f256d4d1ff52d92ae3d863acb
parentb924bd6ee80c9779d41a2bfc0ca44034101859c6 (diff)
downloadvmdebootstrap-5dea8d05069f0518ddf974eef79dc576c0b4bc1e.tar.gz
update version
-rwxr-xr-xbin/vmdebootstrap2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/vmdebootstrap b/bin/vmdebootstrap
index 210b94c..1b788d3 100755
--- a/bin/vmdebootstrap
+++ b/bin/vmdebootstrap
@@ -37,7 +37,7 @@ from vmdebootstrap.filesystem import Filesystem
from vmdebootstrap.uefi import Uefi
from vmdebootstrap.constants import arch_table
-__version__ = '1.0'
+__version__ = '1.1'
# pylint: disable=invalid-name,line-too-long,missing-docstring
diff --git a/setup.py b/setup.py
index 3b3b260..5ad1c57 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ from setuptools import setup, find_packages
setup(
name='vmdebootstrap',
- version='1.0',
+ version='1.1',
description='Bootstrap Debian into a (virtual machine) disk image',
author='Neil Williams',
author_email='codehelp@debian.org',