diff --git a/pytest_import_check/__init__.py b/pytest_import_check/__init__.py index 2a28fef..f930ede 100644 --- a/pytest_import_check/__init__.py +++ b/pytest_import_check/__init__.py @@ -3,4 +3,4 @@ """pytest plugin to check whether Python modules can be imported""" -__version__ = "0.0.3" +__version__ = "0.0.4"