Skip to content

Commit b739568

Browse files
author
David Fritzsche
committed
Bump version: 0.0.9 → 0.0.10
1 parent 4f9429d commit b739568

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.9
5+
current_version = 0.0.10
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
@@ -2,4 +2,4 @@
22
# SPDX-License-Identifier: Apache-2.0 OR MIT
33
"""Pytest plugin to check mypy output."""
44

5-
__version__ = "0.0.9"
5+
__version__ = "0.0.10"

0 commit comments

Comments
 (0)