aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-03-01 21:24:10 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-03-01 21:24:10 +0200
commite623cc14466a870fd03be842de72554f9fef4d99 (patch)
tree8232988d48d47284f32928d0d63867ef01844b3a /src
parentscan: Replace NOCOLOR by NO_COLOR (diff)
downloadpkgcheck-e623cc14466a870fd03be842de72554f9fef4d99.tar.gz
pkgcheck-e623cc14466a870fd03be842de72554f9fef4d99.tar.bz2
pkgcheck-e623cc14466a870fd03be842de72554f9fef4d99.zip
start work on 0.10.23
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'src')
-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 25c1299b..8764ee1d 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.22"
+__version__ = "0.10.23"
def __getattr__(name):