aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Lutomirski <luto@kernel.org>2019-10-10 10:29:13 -0700
committerAndy Lutomirski <luto@kernel.org>2019-10-10 10:29:13 -0700
commit3345a7a76e773ceba1334759e25b35e6d656fb34 (patch)
tree36856b28f80c2f3333de11ad2b6f0af9f87532ae
parentc6c61c5c68e38d3d8163cb035052e0dff2906ed7 (diff)
downloadvirtme-3345a7a76e773ceba1334759e25b35e6d656fb34.tar.gz
Version 0.1.1
Signed-off-by: Andy Lutomirski <luto@kernel.org>
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 83db421..7b629f5 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ if sys.version_info < (3,3):
print('virtme requires Python 3.3 or higher')
sys.exit(1)
-_VERSION = '0.1'
+_VERSION = '0.1.1'
setup(
name='virtme',