diff --git a/pyproject.toml b/pyproject.toml index 8fe133a..e3704e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest-insta" -version = "0.1.3" +version = "0.1.4" description = "A practical snapshot testing plugin for pytest" authors = ["Valentin Berlier "] license = "MIT" diff --git a/pytest_insta/__init__.py b/pytest_insta/__init__.py index 2af3b29..b65b248 100644 --- a/pytest_insta/__init__.py +++ b/pytest_insta/__init__.py @@ -2,4 +2,4 @@ from .format import * from .session import * -__version__ = "0.1.3" +__version__ = "0.1.4"