File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0 .0
2+ current_version = 0.1 .0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ See https://github.com/TypedDjango/pytest-mypy-plugins for the action pytest plu
7979.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/pytest-mypy-plugins-shim
8080 :alt: GitHub top language
8181
82- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/pytest-mypy-plugins-shim/v0.0 .0
82+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/pytest-mypy-plugins-shim/v0.1 .0
8383 :target: https://github.com/domdfcoding/pytest-mypy-plugins-shim/pulse
8484 :alt: GitHub commits since tagged version
8585
Original file line number Diff line number Diff line change 26262021 Dominic Davis-Foster <dominic@davis-foster.co.uk>
2727"""
2828
29- __version__ = "0.0 .0"
29+ __version__ = "0.1 .0"
3030
3131repo_root = pathlib .Path (__file__ ).parent
3232install_requires = (repo_root / "requirements.txt" ).read_text (encoding = "utf-8" ).split ('\n ' )
Original file line number Diff line number Diff line change 4040__author__ : str = "Dominic Davis-Foster"
4141__copyright__ : str = "2021 Dominic Davis-Foster"
4242__license__ : str = "MIT License"
43- __version__ : str = "0.0 .0"
43+ __version__ : str = "0.1 .0"
4444__email__ : str = "dominic@davis-foster.co.uk"
4545
4646
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ copyright_years: '2021'
55author : ' Dominic Davis-Foster'
66email : ' dominic@davis-foster.co.uk'
77username : ' domdfcoding'
8- version : ' 0.0 .0'
8+ version : ' 0.1 .0'
99license : ' MIT'
1010short_desc : ' Substitute for "pytest-mypy-plugins" for Python implementations which
1111 aren'' t supported by mypy.'
You can’t perform that action at this time.
0 commit comments