Skip to content

Commit a440bda

Browse files
committed
Bump version v0.6.0 -> v0.6.1
1 parent 539fe7f commit a440bda

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.0
2+
current_version = 0.6.1
33
commit = True
44
tag = True
55

.github/workflows/conda_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: "Install package"
5656
run: |
57-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld coincidence=0.6.0=py_1 -y || exit 1
57+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld coincidence=0.6.1=py_1 -y || exit 1
5858
5959
- name: "Run Tests"
6060
run: |

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ coincidence
101101
.. |language| image:: https://img.shields.io/github/languages/top/python-coincidence/coincidence
102102
:alt: GitHub top language
103103

104-
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/coincidence/v0.6.0
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/coincidence/v0.6.1
105105
:target: https://github.com/python-coincidence/coincidence/pulse
106106
:alt: GitHub commits since tagged version
107107

coincidence/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
__author__: str = "Dominic Davis-Foster"
6969
__copyright__: str = "2020-2021 Dominic Davis-Foster"
7070
__license__: str = "MIT License"
71-
__version__: str = "0.6.0"
71+
__version__: str = "0.6.1"
7272
__email__: str = "[email protected]"
7373

7474
__all__ = ["pytest_report_header", "PEP_563"]

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ coincidence
107107
:alt: GitHub top language
108108

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

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "whey"
44

55
[project]
66
name = "coincidence"
7-
version = "0.6.0"
7+
version = "0.6.1"
88
description = "Helper functions for pytest."
99
readme = "README.rst"
1010
requires-python = ">=3.6"

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster'
66
77
username: 'python-coincidence'
88
assignee: 'domdfcoding'
9-
version: '0.6.0'
9+
version: '0.6.1'
1010
license: 'MIT'
1111
short_desc: 'Helper functions for pytest.'
1212
primary_conda_channel: domdfcoding

0 commit comments

Comments
 (0)