aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-07-04 23:07:15 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-07-04 23:07:15 +0300
commit48fbc3521e9ae0737114923b891dbcfa128d5277 (patch)
tree5a6c71722e624f72543f6cff802d2c1e23d0f462
parentbash-completion: use _filedir (diff)
downloadpkgcheck-48fbc3521e9ae0737114923b891dbcfa128d5277.tar.gz
pkgcheck-48fbc3521e9ae0737114923b891dbcfa128d5277.tar.bz2
pkgcheck-48fbc3521e9ae0737114923b891dbcfa128d5277.zip
start work on 0.10.31
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 10f97e86..7b23585e 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.30"
+__version__ = "0.10.31"
def __getattr__(name):