diff --git a/mocket/__init__.py b/mocket/__init__.py index 3c5d07b..e5b2e45 100644 --- a/mocket/__init__.py +++ b/mocket/__init__.py @@ -3,4 +3,4 @@ __all__ = ("async_mocketize", "mocketize", "Mocket", "MocketEntry", "Mocketizer") -__version__ = "3.12.1" +__version__ = "3.12.2" diff --git a/pyproject.toml b/pyproject.toml index 97fa6e5..862f4bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,3 +77,6 @@ include = [ "mocket/", "tests/", ] +exclude = [ + ".*", +]