File tree 7 files changed +7
-9
lines changed
7 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.0 .0
2
+ current_version = 0.1 .0
3
3
commit = True
4
4
tag = True
5
5
@@ -9,8 +9,6 @@ tag = True
9
9
10
10
[bumpversion:file:README.rst]
11
11
12
- [bumpversion:file:tox_envlist/__init__.py]
13
-
14
12
[bumpversion:file:tox_recreate_hook/__init__.py]
15
13
16
14
[bumpversion:file:doc-source/index.rst]
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/domdfcoding/tox-recreate-hook
92
92
:alt: GitHub top language
93
93
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
95
95
:target: https://github.com/domdfcoding/tox-recreate-hook/pulse
96
96
:alt: GitHub commits since tagged version
97
97
Original file line number Diff line number Diff line change 26
26
2021 Dominic Davis-Foster <dominic@davis-foster.co.uk>
27
27
"""
28
28
29
- __version__ = "0.0 .0"
29
+ __version__ = "0.1 .0"
30
30
31
31
repo_root = pathlib .Path (__file__ ).parent
32
32
install_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
93
93
:alt: GitHub top language
94
94
95
95
.. |commits-since | github-shield ::
96
- :commits-since: v0.0 .0
96
+ :commits-since: v0.1 .0
97
97
:alt: GitHub commits since tagged version
98
98
99
99
.. |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.0 .0"
7
+ version = " 0.1 .0"
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 @@ -5,7 +5,7 @@ copyright_years: 2021
5
5
author : ' Dominic Davis-Foster'
6
6
email : ' dominic@davis-foster.co.uk'
7
7
username : ' domdfcoding'
8
- version : ' 0.0 .0'
8
+ version : ' 0.1 .0'
9
9
license : ' MIT'
10
10
short_desc : ' (experimental) Allows hooks to be defined which are called when recreating a tox testenv.'
11
11
Original file line number Diff line number Diff line change 51
51
__author__ : str = "Dominic Davis-Foster"
52
52
__copyright__ : str = "2021 Dominic Davis-Foster"
53
53
__license__ : str = "MIT License"
54
- __version__ : str = "0.0 .0"
54
+ __version__ : str = "0.1 .0"
55
55
__email__ : str = "dominic@davis-foster.co.uk"
56
56
57
57
hookimpl = pluggy .HookimplMarker ("tox" )
You can’t perform that action at this time.
0 commit comments