diff options
author | Tim Harder <radhermit@gmail.com> | 2021-02-13 13:08:28 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2021-02-13 13:08:28 -0700 |
commit | 4e039956e97708a73d3d59ffd37448b35a49330f (patch) | |
tree | 87720a8778dccd32a075532064a10dcd08defb02 /src/pkgcheck/__init__.py | |
parent | tests: add profiles file/dir target restriction tests (diff) | |
download | pkgcheck-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__.py | 2 |
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' |