File tree Expand file tree Collapse file tree 7 files changed +7
-9
lines changed Expand file tree Collapse file tree 7 files changed +7
-9
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
@@ -9,8 +9,6 @@ tag = True
99
1010[bumpversion:file:README.rst]
1111
12- [bumpversion:file:tox_envlist/__init__.py]
13-
1412[bumpversion:file:tox_recreate_hook/__init__.py]
1513
1614[bumpversion:file:doc-source/index.rst]
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/domdfcoding/tox-recreate-hook
9292 :alt: GitHub top language
9393
94- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/tox-recreate-hook/v0.0 .0
94+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/tox-recreate-hook/v0.1 .0
9595 :target: https://github.com/domdfcoding/tox-recreate-hook/pulse
9696 :alt: GitHub commits since tagged version
9797
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 @@ -93,7 +93,7 @@ tox-recreate-hook
9393 :alt: GitHub top language
9494
9595.. |commits-since | github-shield ::
96- :commits-since: v0.0 .0
96+ :commits-since: v0.1 .0
9797 :alt: GitHub commits since tagged version
9898
9999.. |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.0 .0"
7+ version = " 0.1 .0"
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 @@ -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 : ' (experimental) Allows hooks to be defined which are called when recreating a tox testenv.'
1111
Original file line number Diff line number Diff line change 5151__author__ : str = "Dominic Davis-Foster"
5252__copyright__ : str = "2021 Dominic Davis-Foster"
5353__license__ : str = "MIT License"
54- __version__ : str = "0.0 .0"
54+ __version__ : str = "0.1 .0"
5555__email__ : str = "dominic@davis-foster.co.uk"
5656
5757hookimpl = pluggy .HookimplMarker ("tox" )
You can’t perform that action at this time.
0 commit comments