diff options
author | 2021-03-05 13:42:36 -0700 | |
---|---|---|
committer | 2021-03-05 13:42:36 -0700 | |
commit | c886803ef24e3dfbd49fcbcc145055ca2c7e79b2 (patch) | |
tree | 8729b338e8b7961b8e91fae13756359e751e8e86 /src/pkgcheck/__init__.py | |
parent | requirements: bump snakeoil build dep for release (diff) | |
download | pkgcheck-c886803ef24e3dfbd49fcbcc145055ca2c7e79b2.tar.gz pkgcheck-c886803ef24e3dfbd49fcbcc145055ca2c7e79b2.tar.bz2 pkgcheck-c886803ef24e3dfbd49fcbcc145055ca2c7e79b2.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 a183b973..e91a5ed4 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.9.1' +__version__ = '0.9.2' def __getattr__(name): |