aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Lutomirski <luto@kernel.org>2016-02-23 15:34:19 -0800
committerAndy Lutomirski <luto@kernel.org>2016-02-23 15:53:32 -0800
commit4fd64f8e8d4309f07caf8decf035dff52b4513fa (patch)
treefcff0228d15f4c3ca1d552150ab2a7f004844dc2
parent7a16087cd15541f6d153639e1891961ee47e39d5 (diff)
downloadvirtme-4fd64f8e8d4309f07caf8decf035dff52b4513fa.tar.gz
Bump to 0.0.3
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b69e9d4..f966aa7 100755
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ if sys.version_info < (3,3):
print('virtme requires Python 3.3 or higher')
sys.exit(1)
-_VERSION = '0.0.1'
+_VERSION = '0.0.3'
setup(
name='virtme',