Skip to content

Commit 44383ee

Browse files
Bump version: 0.0.6 → 0.0.7
1 parent aee5f9e commit 44383ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
commit = True
33
tag = True
44
sign_tags = True
5-
current_version = 0.0.6
5+
current_version = 0.0.7
66

77
[bumpversion:file:src/pytest_mypy_testing/__init__.py]

src/pytest_mypy_testing/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"""Pytest plugin to check mypy output.
44
"""
55

6-
__version__ = "0.0.6"
6+
__version__ = "0.0.7"

0 commit comments

Comments
 (0)