File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.1.0
2
+ current_version = 0.1.1
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ tox-recreate-hook
91
91
.. |language | image :: https://img.shields.io/github/languages/top/python-coincidence/tox-recreate-hook
92
92
:alt: GitHub top language
93
93
94
- .. |commits-since | image :: https://img.shields.io/github/commits-since/python-coincidence/tox-recreate-hook/v0.1.0
94
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/python-coincidence/tox-recreate-hook/v0.1.1
95
95
:target: https://github.com/python-coincidence/tox-recreate-hook/pulse
96
96
:alt: GitHub commits since tagged version
97
97
Original file line number Diff line number Diff line change 16
16
"extras_require" ,
17
17
]
18
18
19
- __version__ = "0.1.0 "
19
+ __version__ = "0.1.1 "
20
20
extras_require = {}
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ tox-recreate-hook
96
96
:alt: GitHub top language
97
97
98
98
.. |commits-since | github-shield ::
99
- :commits-since: v0.1.0
99
+ :commits-since: v0.1.1
100
100
:alt: GitHub commits since tagged version
101
101
102
102
.. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "whey"
4
4
5
5
[project ]
6
6
name = " tox-recreate-hook"
7
- version = " 0.1.0 "
7
+ version = " 0.1.1 "
8
8
description = " (experimental) Allows hooks to be defined which are called when recreating a tox testenv."
9
9
readme = " README.rst"
10
10
keywords = [ " tox" ,]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster'
6
6
email : ' dominic@davis-foster.co.uk'
7
7
username : ' python-coincidence'
8
8
assignee : ' domdfcoding'
9
- version : ' 0.1.0 '
9
+ version : ' 0.1.1 '
10
10
license : ' MIT'
11
11
short_desc : ' (experimental) Allows hooks to be defined which are called when recreating a tox testenv.'
12
12
Original file line number Diff line number Diff line change 55
55
__author__ : str = "Dominic Davis-Foster"
56
56
__copyright__ : str = "2021 Dominic Davis-Foster"
57
57
__license__ : str = "MIT License"
58
- __version__ : str = "0.1.0 "
58
+ __version__ : str = "0.1.1 "
59
59
__email__ : str = "dominic@davis-foster.co.uk"
60
60
61
61
__all__ = ["append_to_sys_path" , "tox_testenv_create" ]
You can’t perform that action at this time.
0 commit comments