Skip to content

Commit

Permalink
Bump version v0.5.1 -> v0.5.1.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Nov 22, 2023
1 parent 034e4e8 commit 60dd12a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.1
current_version = 0.5.1.post1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: "Install package"
run: |
$CONDA/bin/conda install -c file://$(pwd)/conda-bld mathematical=0.5.1=py_1 -y || exit 1
$CONDA/bin/conda install -c file://$(pwd)/conda-bld mathematical=0.5.1.post1=py_1 -y || exit 1
- name: "Run Tests"
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Includes tools for calculating mean, median and standard deviation of rows in da
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/mathematical
:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/mathematical/v0.5.1
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/mathematical/v0.5.1.post1
:target: https://github.com/domdfcoding/mathematical/pulse
:alt: GitHub commits since tagged version

Expand Down
2 changes: 1 addition & 1 deletion doc-source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Includes tools for calculating mean, median and standard deviation of rows in da
:alt: GitHub top language

.. |commits-since| github-shield::
:commits-since: v0.5.1
:commits-since: v0.5.1.post1
:alt: GitHub commits since tagged version

.. |commits-latest| github-shield::
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "whey"

[project]
name = "mathematical"
version = "0.5.1"
version = "0.5.1.post1"
description = "Mathematical tools for Pythonโ€‚๐Ÿ“โ€‚๐Ÿโ€‚๐Ÿ› ๏ธ"
readme = "README.rst"
keywords = [ "mathematics", "utilities",]
Expand Down
2 changes: 1 addition & 1 deletion repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ modname: mathematical
copyright_years: "2019-2021"
author: "Dominic Davis-Foster"
email: "dominic@davis-foster.co.uk"
version: "0.5.1"
version: "0.5.1.post1"
username: "domdfcoding"
license: 'LGPLv3+'
short_desc: 'Mathematical tools for Pythonโ€‚๐Ÿ“โ€‚๐Ÿโ€‚๐Ÿ› ๏ธ'
Expand Down

0 comments on commit 60dd12a

Please sign in to comment.