aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2021-03-05 13:42:36 -0700
committerTim Harder <radhermit@gmail.com>2021-03-05 13:42:36 -0700
commitc886803ef24e3dfbd49fcbcc145055ca2c7e79b2 (patch)
tree8729b338e8b7961b8e91fae13756359e751e8e86 /src/pkgcheck/__init__.py
parentrequirements: bump snakeoil build dep for release (diff)
downloadpkgcheck-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__.py2
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):