Skip to content

Commit 1a213ed

Browse files
committed
Bump version v0.5.0 -> v0.5.1
1 parent df5d2d3 commit 1a213ed

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

β€Ž.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.5.0
2+
current_version = 0.5.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
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: "Install package"
5959
run: |
60-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld cawdrey=0.5.0=py_1 -y || exit 1
60+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld cawdrey=0.5.1=py_1 -y || exit 1
6161
6262
- name: "Run Tests"
6363
run: |

β€ŽREADME.rstβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Cawdrey
100100
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/cawdrey
101101
:alt: GitHub top language
102102

103-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/cawdrey/v0.5.0
103+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/cawdrey/v0.5.1
104104
:target: https://github.com/domdfcoding/cawdrey/pulse
105105
:alt: GitHub commits since tagged version
106106

β€Žcawdrey/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
__author__: str = "Dominic Davis-Foster"
3939
__copyright__: str = "2020 Dominic Davis-Foster"
4040
__license__: str = "LGPLv3+"
41-
__version__: str = "0.5.0"
41+
__version__: str = "0.5.1"
4242
__email__: str = "dominic@davis-foster.co.uk"
4343

4444
__all__ = [

β€Ždoc-source/index.rstβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Cawdrey
106106
:alt: GitHub top language
107107

108108
.. |commits-since| github-shield::
109-
:commits-since: v0.5.0
109+
:commits-since: v0.5.1
110110
:alt: GitHub commits since tagged version
111111

112112
.. |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 = "cawdrey"
7-
version = "0.5.0"
7+
version = "0.5.1"
88
description = "Several useful custom dictionaries for Python πŸ“–β€‚πŸ"
99
readme = "README.rst"
1010
keywords = [

β€Žrepo_helper.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import_name: cawdrey
77
copyright_years: "2019-2022"
88
author: "Dominic Davis-Foster"
99
email: "dominic@davis-foster.co.uk"
10-
version: "0.5.0"
10+
version: "0.5.1"
1111
username: "domdfcoding"
1212
license: 'LGPLv3+'
1313
short_desc: 'Several useful custom dictionaries for Python πŸ“–β€‚πŸ'

0 commit comments

Comments
Β (0)