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 11[bumpversion]
2- current_version = 0.1.0
2+ current_version = 0.1.1
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ tox-recreate-hook
9191.. |language | image :: https://img.shields.io/github/languages/top/python-coincidence/tox-recreate-hook
9292 :alt: GitHub top language
9393
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
9595 :target: https://github.com/python-coincidence/tox-recreate-hook/pulse
9696 :alt: GitHub commits since tagged version
9797
Original file line number Diff line number Diff line change 1616 "extras_require" ,
1717 ]
1818
19- __version__ = "0.1.0 "
19+ __version__ = "0.1.1 "
2020extras_require = {}
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ tox-recreate-hook
9696 :alt: GitHub top language
9797
9898 .. |commits-since | github-shield ::
99- :commits-since: v0.1.0
99+ :commits-since: v0.1.1
100100 :alt: GitHub commits since tagged version
101101
102102 .. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "whey"
44
55[project ]
66name = " tox-recreate-hook"
7- version = " 0.1.0 "
7+ version = " 0.1.1 "
88description = " (experimental) Allows hooks to be defined which are called when recreating a tox testenv."
99readme = " README.rst"
1010keywords = [ " tox" ,]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster'
66email : ' dominic@davis-foster.co.uk'
77username : ' python-coincidence'
88assignee : ' domdfcoding'
9- version : ' 0.1.0 '
9+ version : ' 0.1.1 '
1010license : ' MIT'
1111short_desc : ' (experimental) Allows hooks to be defined which are called when recreating a tox testenv.'
1212
Original file line number Diff line number Diff line change 5555__author__ : str = "Dominic Davis-Foster"
5656__copyright__ : str = "2021 Dominic Davis-Foster"
5757__license__ : str = "MIT License"
58- __version__ : str = "0.1.0 "
58+ __version__ : str = "0.1.1 "
5959__email__ : str = "dominic@davis-foster.co.uk"
6060
6161__all__ = ["append_to_sys_path" , "tox_testenv_create" ]
You can’t perform that action at this time.
0 commit comments