diff options
| author | W. Trevor King <wking@tremily.us> | 2012-10-18 23:30:30 -0400 |
|---|---|---|
| committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2014-03-20 07:22:52 -0300 |
| commit | 118bb1fcba1358d81f0bb2e79cd046c4a170c883 (patch) | |
| tree | 76f11fbe47a778299464b4a41d06964cd06df2d8 /libkmod/python/kmod/version.py | |
| parent | f58dff22d359c8dc2d956bb48f1a46c84411f285 (diff) | |
| download | kmod-118bb1fcba1358d81f0bb2e79cd046c4a170c883.tar.gz | |
python: Convert to Cython.
With Cython we get easier memory handling and Python 3 compatibility.
Diffstat (limited to 'libkmod/python/kmod/version.py')
| -rw-r--r-- | libkmod/python/kmod/version.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libkmod/python/kmod/version.py b/libkmod/python/kmod/version.py new file mode 100644 index 0000000..11d27f8 --- /dev/null +++ b/libkmod/python/kmod/version.py @@ -0,0 +1 @@ +__version__ = '0.1' |
