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 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 5757
5858 - name : " Install package"
5959 run : |
60- $CONDA/bin/conda install -c file://$(pwd)/conda-bld whey=0.1.0 =py_1 -y || exit 1
60+ $CONDA/bin/conda install -c file://$(pwd)/conda-bld whey=0.1.1 =py_1 -y || exit 1
6161
6262 - name : " Run Tests"
6363 run : |
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ See `the documentation`_ for configuration_ and usage_ information.
119119.. |language | image :: https://img.shields.io/github/languages/top/repo-helper/whey
120120 :alt: GitHub top language
121121
122- .. |commits-since | image :: https://img.shields.io/github/commits-since/repo-helper/whey/v0.1.0
122+ .. |commits-since | image :: https://img.shields.io/github/commits-since/repo-helper/whey/v0.1.1
123123 :target: https://github.com/repo-helper/whey/pulse
124124 :alt: GitHub commits since tagged version
125125
Original file line number Diff line number Diff line change 135135 :alt: GitHub top language
136136
137137 .. |commits-since | github-shield ::
138- :commits-since: v0.1.0
138+ :commits-since: v0.1.1
139139 :alt: GitHub commits since tagged version
140140
141141 .. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " whey"
7- version = " 0.1.0 "
7+ version = " 0.1.1 "
88description = " A simple Python wheel builder for simple projects."
99readme = " README.rst"
1010requires-python = " >=3.6.1"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ email: 'dominic@davis-foster.co.uk'
77username : ' repo-helper'
88assignee : ' domdfcoding'
99primary_conda_channel : " domdfcoding"
10- version : ' 0.1.0 '
10+ version : ' 0.1.1 '
1111license : ' MIT'
1212short_desc : ' A simple Python wheel builder for simple projects.'
1313
Original file line number Diff line number Diff line change 88
99[metadata]
1010name = whey
11- version = 0.1.0
11+ version = 0.1.1
1212author = Dominic Davis-Foster
1313author_email = dominic@davis-foster.co.uk
1414license = MIT License
Original file line number Diff line number Diff line change 3232__author__ : str = "Dominic Davis-Foster"
3333__copyright__ : str = "2021 Dominic Davis-Foster"
3434__license__ : str = "MIT License"
35- __version__ : str = "0.1.0 "
35+ __version__ : str = "0.1.1 "
3636__email__ : str = "dominic@davis-foster.co.uk"
3737
3838__all__ = ("build_sdist" , "build_wheel" )
You can’t perform that action at this time.
0 commit comments