commit:     95583858015465a63128d3ef294bf46e692f3ce3
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 07:14:55 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 07:14:55 2023 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=95583858

start work on 0.10.24

Signed-off-by: Arthur Zamarin <arthurzam <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 8764ee1d..a56018f1 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.23"
+__version__ = "0.10.24"
 
 
 def __getattr__(name):

Reply via email to