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 = 3.8.0.post2
2+ current_version = 3.8.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 domdf_python_tools=3.8.0.post2 =py_1 -y || exit 1
60+ $CONDA/bin/conda install -c file://$(pwd)/conda-bld domdf_python_tools=3.8.1 =py_1 -y || exit 1
6161
6262 - name : " Run Tests"
6363 run : |
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ domdf_python_tools
100100.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools
101101 :alt: GitHub top language
102102
103- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v3.8.0.post2
103+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v3.8.1
104104 :target: https://github.com/domdfcoding/domdf_python_tools/pulse
105105 :alt: GitHub commits since tagged version
106106
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ domdf_python_tools
108108 :alt: GitHub top language
109109
110110 .. |commits-since | github-shield ::
111- :commits-since: v3.8.0.post2
111+ :commits-since: v3.8.1
112112 :alt: GitHub commits since tagged version
113113
114114 .. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change 2929__author__ : str = "Dominic Davis-Foster"
3030__copyright__ : str = "2014-2020 Dominic Davis-Foster"
3131__license__ : str = "MIT"
32- __version__ : str = "3.8.0.post2 "
32+ __version__ : str = "3.8.1 "
3333__email__ :
str = "[email protected] " 3434
3535__docs = False
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " domdf_python_tools"
7- version = " 3.8.0.post2 "
7+ version = " 3.8.1 "
88description = " Helpful functions for Python 🐍 🛠️"
99readme = " README.rst"
1010requires-python = " >=3.6"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ modname: domdf_python_tools
33copyright_years : " 2019-2022"
44author : " Dominic Davis-Foster"
556- version : " 3.8.0.post2 "
6+ version : " 3.8.1 "
77username : " domdfcoding"
88license : ' MIT'
99short_desc : ' Helpful functions for Python 🐍 🛠️'
Original file line number Diff line number Diff line change 88
99[metadata]
1010name = domdf_python_tools
11- version = 3.8.0.post2
11+ version = 3.8.1
1212author = Dominic Davis-Foster
13131414license = MIT License
You can’t perform that action at this time.
0 commit comments