]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
python: Make setup.py version match version in .c
authorAndy Grover <agrover@redhat.com>
Tue, 13 Mar 2012 22:01:03 +0000 (15:01 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 25 Mar 2014 03:34:14 +0000 (00:34 -0300)
libkmod/python/setup.py

index 9c6e422257c81b3716345bba4dbb7058db62608e..09c6675daeee9fa2823bec6c92ef31e8b85d92e3 100644 (file)
@@ -5,6 +5,6 @@ libkmod = Extension('kmod',
                     libraries= ['kmod'])
 
 setup (name = 'kmod',
-       version = '1.0',
+       version = '0.1',
        description = 'Python binding for kmod',
        ext_modules = [libkmod])