diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-17 17:56:56 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-17 17:56:56 +0300 |
commit | c7ddf4025e2b2ae0d745bb1fa52c7dae85c8f985 (patch) | |
tree | f9c30a28242c5b838bc0b8fd59d250a4cc0330c6 /src | |
parent | NewerEAPIAvailable: fix code (diff) | |
download | pkgcheck-c7ddf4025e2b2ae0d745bb1fa52c7dae85c8f985.tar.gz pkgcheck-c7ddf4025e2b2ae0d745bb1fa52c7dae85c8f985.tar.bz2 pkgcheck-c7ddf4025e2b2ae0d745bb1fa52c7dae85c8f985.zip |
work on 0.10.30
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 7fcee5d7..10f97e86 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.29" +__version__ = "0.10.30" def __getattr__(name): |