Skip to content

Commit e3b9994

Browse files
committed
Version 0.1.4
1 parent c85f664 commit e3b9994

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytest-insta"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "A practical snapshot testing plugin for pytest"
55
authors = ["Valentin Berlier <[email protected]>"]
66
license = "MIT"

pytest_insta/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .format import *
33
from .session import *
44

5-
__version__ = "0.1.3"
5+
__version__ = "0.1.4"

0 commit comments

Comments
 (0)