There was an error while loading. Please reload this page.
1 parent f6614b9 commit e13e108Copy full SHA for e13e108
.bumpversion.cfg
@@ -2,6 +2,6 @@
2
commit = True
3
tag = True
4
sign_tags = True
5
-current_version = 0.0.11
+current_version = 0.0.12
6
7
[bumpversion:file:src/pytest_mypy_testing/__init__.py]
src/pytest_mypy_testing/__init__.py
@@ -2,4 +2,4 @@
# SPDX-License-Identifier: Apache-2.0 OR MIT
"""Pytest plugin to check mypy output."""
-__version__ = "0.0.11"
+__version__ = "0.0.12"
0 commit comments