summaryrefslogtreecommitdiffstats
diff options
-rwxr-xr-xprocfs/procfs.py2
-rw-r--r--pyproject.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/procfs/procfs.py b/procfs/procfs.py
index c33aa73..acb2053 100755
--- a/procfs/procfs.py
+++ b/procfs/procfs.py
@@ -15,7 +15,7 @@ import time
from functools import reduce
from procfs.utilist import bitmasklist
-VERSION = "0.7.3"
+VERSION = "0.7.4"
def is_s390():
""" Return True if running on s390 or s390x """
diff --git a/pyproject.toml b/pyproject.toml
index 01c4866..0fd6a02 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "python-linux-procfs"
-version = "0.7.3"
+version = "0.7.4"
description = "Linux /proc abstraction classes"
readme = "README.md"
license = {text = "GPL-2.0-only"}