Skip to content

Commit 3f4e813

Browse files
committed
Bump version v0.9.0 -> v0.10.0
1 parent 19bbebe commit 3f4e813

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Diff for: .bumpversion.cfg

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

Diff for: .github/workflows/conda_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: "Install package"
5959
run: |
60-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld attr_utils=0.9.0=py_1 -y || exit 1
60+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld attr_utils=0.10.0=py_1 -y || exit 1
6161
6262
- name: "Run Tests"
6363
run: |

Diff for: README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ attr_utils
101101
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/attr_utils
102102
:alt: GitHub top language
103103

104-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/attr_utils/v0.9.0
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/attr_utils/v0.10.0
105105
:target: https://github.com/domdfcoding/attr_utils/pulse
106106
:alt: GitHub commits since tagged version
107107

Diff for: attr_utils/__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 = "2020 Dominic Davis-Foster"
3131
__license__: str = "MIT License"
32-
__version__: str = "0.9.0"
32+
__version__: str = "0.10.0"
3333
__email__: str = "[email protected]"
3434

3535
_docs = False

Diff for: doc-source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ attr_utils
107107
:alt: GitHub top language
108108

109109
.. |commits-since| github-shield::
110-
:commits-since: v0.9.0
110+
:commits-since: v0.10.0
111111
:alt: GitHub commits since tagged version
112112

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

Diff for: pyproject.toml

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

55
[project]
66
name = "attr_utils"
7-
version = "0.9.0"
7+
version = "0.10.0"
88
description = "Utilities to augment attrs."
99
readme = "README.rst"
1010
keywords = [ "attrs", "documentation", "serde", "sphinx",]

Diff for: repo_helper.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ copyright_years: 2020-2021
55
author: 'Dominic Davis-Foster'
66
77
username: 'domdfcoding'
8-
version: '0.9.0'
8+
version: '0.10.0'
99
license: 'MIT'
1010
short_desc: 'Utilities to augment attrs.'
1111

0 commit comments

Comments
 (0)