File tree 8 files changed +8
-8
lines changed 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.8.0
2
+ current_version = 0.8.1
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 57
57
58
58
- name : " Install package"
59
59
run : |
60
- $CONDA/bin/conda install -c file://$(pwd)/conda-bld dist-meta=0.8.0 =py_1 -y || exit 1
60
+ $CONDA/bin/conda install -c file://$(pwd)/conda-bld dist-meta=0.8.1 =py_1 -y || exit 1
61
61
62
62
- name : " Run Tests"
63
63
run : |
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ dist-meta
101
101
.. |language | image :: https://img.shields.io/github/languages/top/repo-helper/dist-meta
102
102
:alt: GitHub top language
103
103
104
- .. |commits-since | image :: https://img.shields.io/github/commits-since/repo-helper/dist-meta/v0.8.0
104
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/repo-helper/dist-meta/v0.8.1
105
105
:target: https://github.com/repo-helper/dist-meta/pulse
106
106
:alt: GitHub commits since tagged version
107
107
Original file line number Diff line number Diff line change 33
33
__author__ : str = "Dominic Davis-Foster"
34
34
__copyright__ : str = "2021 Dominic Davis-Foster"
35
35
__license__ : str = "MIT License"
36
- __version__ : str = "0.8.0 "
36
+ __version__ : str = "0.8.1 "
37
37
__email__ : str = "dominic@davis-foster.co.uk"
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ dist-meta
107
107
:alt: GitHub top language
108
108
109
109
.. |commits-since | github-shield ::
110
- :commits-since: v0.8.0
110
+ :commits-since: v0.8.1
111
111
:alt: GitHub commits since tagged version
112
112
113
113
.. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " dist-meta"
7
- version = " 0.8.0 "
7
+ version = " 0.8.1 "
8
8
description = " Parse and create Python distribution metadata."
9
9
readme = " README.rst"
10
10
requires-python = " >=3.6.1"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ email: 'dominic@davis-foster.co.uk'
7
7
username : ' repo-helper'
8
8
assignee : ' domdfcoding'
9
9
primary_conda_channel : ' domdfcoding'
10
- version : ' 0.8.0 '
10
+ version : ' 0.8.1 '
11
11
license : ' MIT'
12
12
short_desc : ' Parse and create Python distribution metadata.'
13
13
Original file line number Diff line number Diff line change 8
8
9
9
[metadata]
10
10
name = dist-meta
11
- version = 0.8.0
11
+ version = 0.8.1
12
12
author = Dominic Davis-Foster
13
13
author_email = dominic@davis-foster.co.uk
14
14
license = MIT License
You can’t perform that action at this time.
0 commit comments