Skip to content

Commit be49b1a

Browse files
committed
Bump version v3.9.0 -> v3.10.0
1 parent 7cf7168 commit be49b1a

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.9.0
2+
current_version = 3.10.0
33
commit = True
44
tag = True
55

.github/workflows/conda_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: "Install package"
6060
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
6262
6363
- name: "Run Tests"
6464
run: |

README.rst

+1-1
Original file line numberDiff line numberDiff 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.9.0
103+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v3.10.0
104104
:target: https://github.com/domdfcoding/domdf_python_tools/pulse
105105
:alt: GitHub commits since tagged version
106106

doc-source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ domdf_python_tools
108108
:alt: GitHub top language
109109

110110
.. |commits-since| github-shield::
111-
:commits-since: v3.9.0
111+
:commits-since: v3.10.0
112112
:alt: GitHub commits since tagged version
113113

114114
.. |commits-latest| github-shield::

domdf_python_tools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
__author__: str = "Dominic Davis-Foster"
3030
__copyright__: str = "2014-2020 Dominic Davis-Foster"
3131
__license__: str = "MIT"
32-
__version__: str = "3.9.0"
32+
__version__: str = "3.10.0"
3333
__email__: str = "dominic@davis-foster.co.uk"
3434

3535
__docs = False

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "domdf_python_tools"
7-
version = "3.9.0"
7+
version = "3.10.0"
88
description = "Helpful functions for Python 🐍 🛠️"
99
readme = "README.rst"
1010
requires-python = ">=3.6"

repo_helper.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ modname: domdf_python_tools
33
copyright_years: "2019-2022"
44
author: "Dominic Davis-Foster"
55
email: "dominic@davis-foster.co.uk"
6-
version: "3.9.0"
6+
version: "3.10.0"
77
username: "domdfcoding"
88
license: 'MIT'
99
short_desc: 'Helpful functions for Python 🐍 🛠️'

0 commit comments

Comments
 (0)