python-linux-procfs: Correct VERSION number in procfs.py
Fix the VERSION number in procfs.
Note: this appears to be unused though. Consider either removing it
or using it, and removing version numbers elsewhere like in the spec
file
Signed-off-by: John Kacur <jkacur@redhat.com>
diff --git a/procfs/procfs.py b/procfs/procfs.py
index 404c9bc..6867bae 100755
--- a/procfs/procfs.py
+++ b/procfs/procfs.py
@@ -26,7 +26,7 @@
from six.moves import range
from procfs.utilist import bitmasklist
-VERSION = "0.5"
+VERSION = "0.7.0"
def is_s390():