Skip to content

Commit

Permalink
Bump version v3.8.0 -> v3.8.0.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Dec 11, 2023
1 parent 22d8958 commit 383ccac
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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 = 3.8.0
current_version = 3.8.0.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 domdf_python_tools=3.8.0=py_1 -y || exit 1
$CONDA/bin/conda install -c file://$(pwd)/conda-bld domdf_python_tools=3.8.0.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 @@ -100,7 +100,7 @@ domdf_python_tools
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools
:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v3.8.0
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v3.8.0.post1
:target: https://github.com/domdfcoding/domdf_python_tools/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 @@ -108,7 +108,7 @@ domdf_python_tools
:alt: GitHub top language

.. |commits-since| github-shield::
:commits-since: v3.8.0
:commits-since: v3.8.0.post1
:alt: GitHub commits since tagged version

.. |commits-latest| github-shield::
Expand Down
2 changes: 1 addition & 1 deletion domdf_python_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
__author__: str = "Dominic Davis-Foster"
__copyright__: str = "2014-2020 Dominic Davis-Foster"
__license__: str = "MIT"
__version__: str = "3.8.0"
__version__: str = "3.8.0.post1"
__email__: str = "dominic@davis-foster.co.uk"

__docs = False
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 = "setuptools.build_meta"

[project]
name = "domdf_python_tools"
version = "3.8.0"
version = "3.8.0.post1"
description = "Helpful functions for Python 🐍 🛠️"
readme = "README.rst"
requires-python = ">=3.6"
Expand Down
2 changes: 1 addition & 1 deletion repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ modname: domdf_python_tools
copyright_years: "2019-2022"
author: "Dominic Davis-Foster"
email: "dominic@davis-foster.co.uk"
version: "3.8.0"
version: "3.8.0.post1"
username: "domdfcoding"
license: 'MIT'
short_desc: 'Helpful functions for Python 🐍 🛠️'
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[metadata]
name = domdf_python_tools
version = 3.8.0
version = 3.8.0.post1
author = Dominic Davis-Foster
author_email = dominic@davis-foster.co.uk
license = MIT License
Expand Down

0 comments on commit 383ccac

Please sign in to comment.