Skip to content

Commit 266bd69

Browse files
committed
Bump version v0.2.2 -> v0.3.0
1 parent f58f9a9 commit 266bd69

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.2.2
2+
current_version = 0.3.0
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ tox-envlist
8181
.. |language| image:: https://img.shields.io/github/languages/top/python-coincidence/tox-envlist
8282
:alt: GitHub top language
8383

84-
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/tox-envlist/v0.2.2
84+
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/tox-envlist/v0.3.0
8585
:target: https://github.com/python-coincidence/tox-envlist/pulse
8686
:alt: GitHub commits since tagged version
8787

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
2727
"""
2828

29-
__version__ = "0.2.2"
29+
__version__ = "0.3.0"
3030
repo_root = pathlib.Path(__file__).parent
3131
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')
3232
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 = "tox-envlist"
7-
version = "0.2.2"
7+
version = "0.3.0"
88
description = "Allows selection of a different tox envlist."
99
readme = "README.rst"
1010
keywords = [ "tox", "tox-plugin",]

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
email: 'dominic@davis-foster.co.uk'
77
username: 'python-coincidence'
88
assignee: 'domdfcoding'
9-
version: '0.2.2'
9+
version: '0.3.0'
1010
license: 'MIT'
1111
short_desc: 'Allows selection of a different tox envlist.'
1212

tox_envlist/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
__author__: str = "Dominic Davis-Foster"
5050
__copyright__: str = "2020-2021 Dominic Davis-Foster"
5151
__license__: str = "MIT License"
52-
__version__: str = "0.2.2"
52+
__version__: str = "0.3.0"
5353
__email__: str = "dominic@davis-foster.co.uk"
5454

5555
__all__ = ["option_names", "tox_addoption", "tox_configure"]

0 commit comments

Comments
 (0)