pygrub: fix package version
authorSimon Rowe <simon.rowe@eu.citrix.com>
Wed, 15 Aug 2018 08:08:07 +0000 (09:08 +0100)
committerWei Liu <wei.liu2@citrix.com>
Wed, 15 Aug 2018 09:24:06 +0000 (10:24 +0100)
Make the version in setup.py agree with PYGRUB_VER.

Signed-off-by: Simon Rowe <simon.rowe@eu.citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/pygrub/setup.py

index 52dcf5737393c6aee10d9bfce0d69db856f96a40..711bbbd499a020d522403ff6119b4a7dac6b07af 100644 (file)
@@ -17,7 +17,7 @@ fsimage = Extension("fsimage",
 pkgs = [ 'grub' ]
 
 setup(name='pygrub',
-      version='0.3',
+      version='0.6',
       description='Boot loader that looks a lot like grub for Xen',
       author='Jeremy Katz',
       author_email='katzj@redhat.com',