aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-10-04 18:55:44 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-10-04 18:55:44 +0300
commit1a815b99d24b73678c575798878f285bc6e06913 (patch)
tree82a971b50728e443ab9fa2501ef3c4355128a46a
parentnew release 0.10.16 (diff)
downloadpkgcheck-1a815b99d24b73678c575798878f285bc6e06913.tar.gz
pkgcheck-1a815b99d24b73678c575798878f285bc6e06913.tar.bz2
pkgcheck-1a815b99d24b73678c575798878f285bc6e06913.zip
start work on v0.10.17
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-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 5eaa66ba..c2ce2dc2 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.16'
+__version__ = '0.10.17'
def __getattr__(name):