File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.0.24
2
+ current_version = 0.0.25
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 whey=0.0.24 =py_1 -y || exit 1
60
+ $CONDA/bin/conda install -c file://$(pwd)/conda-bld whey=0.0.25 =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 @@ -119,7 +119,7 @@ See `the documentation`_ for configuration_ and usage_ information.
119
119
.. |language | image :: https://img.shields.io/github/languages/top/repo-helper/whey
120
120
:alt: GitHub top language
121
121
122
- .. |commits-since | image :: https://img.shields.io/github/commits-since/repo-helper/whey/v0.0.24
122
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/repo-helper/whey/v0.0.25
123
123
:target: https://github.com/repo-helper/whey/pulse
124
124
:alt: GitHub commits since tagged version
125
125
Original file line number Diff line number Diff line change 135
135
:alt: GitHub top language
136
136
137
137
.. |commits-since | github-shield ::
138
- :commits-since: v0.0.24
138
+ :commits-since: v0.0.25
139
139
:alt: GitHub commits since tagged version
140
140
141
141
.. |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 = " whey"
7
- version = " 0.0.24 "
7
+ version = " 0.0.25 "
8
8
description = " A simple Python wheel builder for simple projects."
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.0.24 '
10
+ version : ' 0.0.25 '
11
11
license : ' MIT'
12
12
short_desc : ' A simple Python wheel builder for simple projects.'
13
13
Original file line number Diff line number Diff line change 8
8
9
9
[metadata]
10
10
name = whey
11
- version = 0.0.24
11
+ version = 0.0.25
12
12
author = Dominic Davis-Foster
13
13
author_email = dominic@davis-foster.co.uk
14
14
license = MIT License
Original file line number Diff line number Diff line change 32
32
__author__ : str = "Dominic Davis-Foster"
33
33
__copyright__ : str = "2021 Dominic Davis-Foster"
34
34
__license__ : str = "MIT License"
35
- __version__ : str = "0.0.24 "
35
+ __version__ : str = "0.0.25 "
36
36
__email__ : str = "dominic@davis-foster.co.uk"
37
37
38
38
__all__ = ("build_sdist" , "build_wheel" )
You can’t perform that action at this time.
0 commit comments