Skip to content

Commit e13e108

Browse files
author
David Fritzsche
committed
Bump version: 0.0.11 → 0.0.12
1 parent f6614b9 commit e13e108

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
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.11
5+
current_version = 0.0.12
66

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

src/pytest_mypy_testing/__init__.py

Lines changed: 1 addition & 1 deletion
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.11"
5+
__version__ = "0.0.12"

0 commit comments

Comments
 (0)