diff options
author | Tim Harder <radhermit@gmail.com> | 2021-05-22 20:46:06 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2021-05-22 20:46:06 -0600 |
commit | 0ce9f05c59ddfc8a3e5d60c32913da400110504c (patch) | |
tree | fd709b8a3fd6da94e1bf3775bcdc3a4199384caf /src/pkgcheck/__init__.py | |
parent | setup.py: note support for py3.10 (diff) | |
download | pkgcheck-0ce9f05c59ddfc8a3e5d60c32913da400110504c.tar.gz pkgcheck-0ce9f05c59ddfc8a3e5d60c32913da400110504c.tar.bz2 pkgcheck-0ce9f05c59ddfc8a3e5d60c32913da400110504c.zip |
version bump
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 27178898..a427f1d4 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.0' +__version__ = '0.10.1' def __getattr__(name): |