File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 3.9 .0
2
+ current_version = 3.10 .0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 58
58
59
59
- name : " Install package"
60
60
run : |
61
- $CONDA/bin/conda install -c file://$(pwd)/conda-bld domdf_python_tools=3.9 .0=py_1 -y || exit 1
61
+ $CONDA/bin/conda install -c file://$(pwd)/conda-bld domdf_python_tools=3.10 .0=py_1 -y || exit 1
62
62
63
63
- name : " Run Tests"
64
64
run : |
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ domdf_python_tools
100
100
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools
101
101
:alt: GitHub top language
102
102
103
- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v3.9 .0
103
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v3.10 .0
104
104
:target: https://github.com/domdfcoding/domdf_python_tools/pulse
105
105
:alt: GitHub commits since tagged version
106
106
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ domdf_python_tools
108
108
:alt: GitHub top language
109
109
110
110
.. |commits-since | github-shield ::
111
- :commits-since: v3.9 .0
111
+ :commits-since: v3.10 .0
112
112
:alt: GitHub commits since tagged version
113
113
114
114
.. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change 29
29
__author__ : str = "Dominic Davis-Foster"
30
30
__copyright__ : str = "2014-2020 Dominic Davis-Foster"
31
31
__license__ : str = "MIT"
32
- __version__ : str = "3.9 .0"
32
+ __version__ : str = "3.10 .0"
33
33
__email__ : str = "dominic@davis-foster.co.uk"
34
34
35
35
__docs = False
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " domdf_python_tools"
7
- version = " 3.9 .0"
7
+ version = " 3.10 .0"
8
8
description = " Helpful functions for Python 🐍 🛠️"
9
9
readme = " README.rst"
10
10
requires-python = " >=3.6"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ modname: domdf_python_tools
3
3
copyright_years : " 2019-2022"
4
4
author : " Dominic Davis-Foster"
5
5
email : " dominic@davis-foster.co.uk"
6
- version : " 3.9 .0"
6
+ version : " 3.10 .0"
7
7
username : " domdfcoding"
8
8
license : ' MIT'
9
9
short_desc : ' Helpful functions for Python 🐍 🛠️'
You can’t perform that action at this time.
0 commit comments