aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2021-02-13 13:08:28 -0700
committerTim Harder <radhermit@gmail.com>2021-02-13 13:08:28 -0700
commit4e039956e97708a73d3d59ffd37448b35a49330f (patch)
tree87720a8778dccd32a075532064a10dcd08defb02 /src/pkgcheck/__init__.py
parenttests: add profiles file/dir target restriction tests (diff)
downloadpkgcheck-4e039956e97708a73d3d59ffd37448b35a49330f.tar.gz
pkgcheck-4e039956e97708a73d3d59ffd37448b35a49330f.tar.bz2
pkgcheck-4e039956e97708a73d3d59ffd37448b35a49330f.zip
bump version
Diffstat (limited to 'src/pkgcheck/__init__.py')
-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 814bfbdc..34ef1b28 100644
--- a/src/pkgcheck/__init__.py
+++ b/src/pkgcheck/__init__.py
@@ -2,4 +2,4 @@ from .api import scan
from .base import PkgcheckException
__title__ = 'pkgcheck'
-__version__ = '0.8.3'
+__version__ = '0.9.0'