aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Lutomirski <luto@kernel.org>2019-10-10 10:07:08 -0700
committerAndy Lutomirski <luto@kernel.org>2019-10-10 10:07:08 -0700
commitdc8aa987d794d1ea75a1a8b69aa5b7dacd98198a (patch)
tree72763e63f9f933b79c1593d958b04dca30c7b966
parent9d23dfbff3d3f52b00bc7cef0ea65f3a46f768b9 (diff)
downloadvirtme-dc8aa987d794d1ea75a1a8b69aa5b7dacd98198a.tar.gz
Version 0.1!v0.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 074304c..83db421 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.0.3'
+_VERSION = '0.1'
setup(
name='virtme',