aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-05-17 17:56:56 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-05-17 17:56:56 +0300
commitc7ddf4025e2b2ae0d745bb1fa52c7dae85c8f985 (patch)
treef9c30a28242c5b838bc0b8fd59d250a4cc0330c6
parentNewerEAPIAvailable: fix code (diff)
downloadpkgcheck-c7ddf4025e2b2ae0d745bb1fa52c7dae85c8f985.tar.gz
pkgcheck-c7ddf4025e2b2ae0d745bb1fa52c7dae85c8f985.tar.bz2
pkgcheck-c7ddf4025e2b2ae0d745bb1fa52c7dae85c8f985.zip
work on 0.10.30
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--src/pkgcheck/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkgcheck/__init__.py b/src/pkgcheck/__init__.py
index 7fcee5d7..10f97e86 100644
--- a/src/pkgcheck/__init__.py
+++ b/src/pkgcheck/__init__.py
@@ -6,7 +6,7 @@ from .results import Result
__all__ = ("keywords", "scan", "PkgcheckException", "Result")
__title__ = "pkgcheck"
-__version__ = "0.10.29"
+__version__ = "0.10.30"
def __getattr__(name):