diff --git a/masque/__init__.py b/masque/__init__.py index 86fae91..3515fa5 100644 --- a/masque/__init__.py +++ b/masque/__init__.py @@ -90,5 +90,5 @@ from .utils import ( __author__ = 'Jan Petykiewicz' -__version__ = '3.3' +__version__ = '3.4' version = __version__ # legacy diff --git a/pyproject.toml b/pyproject.toml index 9587a04..062098d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,3 +89,7 @@ lint.ignore = [ "TRY003", # Long exception message ] +[tool.pytest.ini_options] +addopts = "-rsXx" +testpaths = ["masque"] +