diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-01 21:24:10 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-01 21:24:10 +0200 |
commit | e623cc14466a870fd03be842de72554f9fef4d99 (patch) | |
tree | 8232988d48d47284f32928d0d63867ef01844b3a /src | |
parent | scan: Replace NOCOLOR by NO_COLOR (diff) | |
download | pkgcheck-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__.py | 2 |
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): |