Skip to content

Commit b6ec7d5

Browse files
committed
Bump version v0.1.0 -> v0.2.0
1 parent 543bd3b commit b6ec7d5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.2.0
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/python-coincidence/pytest-mypy-plugins-shim
8080
:alt: GitHub top language
8181

82-
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/pytest-mypy-plugins-shim/v0.1.0
82+
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/pytest-mypy-plugins-shim/v0.2.0
8383
:target: https://github.com/python-coincidence/pytest-mypy-plugins-shim/pulse
8484
:alt: GitHub commits since tagged version
8585

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"extras_require",
1717
]
1818

19-
__version__ = "0.1.0"
19+
__version__ = "0.2.0"
2020
extras_require = {}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "whey"
44

55
[project]
66
name = "pytest-mypy-plugins-shim"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "Substitute for \"pytest-mypy-plugins\" for Python implementations which aren't supported by mypy."
99
readme = "README.rst"
1010
keywords = []

pytest_mypy_plugins_shim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
__author__: str = "Dominic Davis-Foster"
4141
__copyright__: str = "2021 Dominic Davis-Foster"
4242
__license__: str = "MIT License"
43-
__version__: str = "0.1.0"
43+
__version__: str = "0.2.0"
4444
__email__: str = "[email protected]"
4545

4646

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster'
66
77
username: 'python-coincidence'
88
assignee: 'domdfcoding'
9-
version: '0.1.0'
9+
version: '0.2.0'
1010
license: 'MIT'
1111
short_desc: 'Substitute for "pytest-mypy-plugins" for Python implementations which
1212
aren''t supported by mypy.'

0 commit comments

Comments
 (0)