summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2022-08-22 14:44:04 -0400
committerJohn Kacur <jkacur@redhat.com>2022-08-22 14:44:04 -0400
commit897a0aeed678e2f6025ccf606c3170975cf298d9 (patch)
tree6378355436ad84f393ba481847531796b05dc43c
parent5795eaa4fe5b249699c6a788305952deca99fae1 (diff)
downloadpython-linux-procfs-897a0aeed678e2f6025ccf606c3170975cf298d9.tar.gz
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>
-rwxr-xr-xprocfs/procfs.py2
1 files changed, 1 insertions, 1 deletions
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 functools import reduce
from six.moves import range
from procfs.utilist import bitmasklist
-VERSION = "0.5"
+VERSION = "0.7.0"
def is_s390():