diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-31 13:31:15 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-31 13:31:23 +0200 |
commit | 05db7941d68e06581ecdce5124fc8ef3e9ac9ba9 (patch) | |
tree | 5bc36fcbf0d8c2d22c813e59d3d8c18a019bcaba /src/pkgcheck/__init__.py | |
parent | new release 0.10.20 (diff) | |
download | pkgcheck-05db7941d68e06581ecdce5124fc8ef3e9ac9ba9.tar.gz pkgcheck-05db7941d68e06581ecdce5124fc8ef3e9ac9ba9.tar.bz2 pkgcheck-05db7941d68e06581ecdce5124fc8ef3e9ac9ba9.zip |
start work on 0.10.21
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'src/pkgcheck/__init__.py')
-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 8e50bdfc..5798eced 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.20" +__version__ = "0.10.21" def __getattr__(name): |