Skip to content

Commit 4942c53

Browse files
Bump version: 0.0.4 → 0.0.5
1 parent 7ec2d2b commit 4942c53

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
commit = True
33
tag = True
44
sign_tags = True
5-
current_version = 0.0.4
5+
current_version = 0.0.5
66

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

src/pytest_mypy_testing/__init__.py

Lines changed: 1 addition & 1 deletion
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.4"
6+
__version__ = "0.0.5"

0 commit comments

Comments
 (0)