commit: dd053c2c387761ccbe942cbda685bd911a752783
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 4 19:19:03 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 4 19:19:33 2024 +0000
URL:
https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=dd053c2c
start work on v0.10.34
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
src/pkgcheck/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pkgcheck/__init__.py b/src/pkgcheck/__init__.py
index d2452c76..cba1c1e5 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.33"
+__version__ = "0.10.34"
def __getattr__(name):