Skip to content

Commit

Permalink
Bump version v1.1.0 -> v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jun 28, 2024
1 parent 44e62ae commit e7a1b83
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 = 1.1.0
current_version = 1.1.1
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 @@ -58,7 +58,7 @@ jobs:
- name: "Install package"
run: |
$CONDA/bin/conda install -c file://$(pwd)/conda-bld chemistry_tools=1.1.0=py_1 -y || exit 1
$CONDA/bin/conda install -c file://$(pwd)/conda-bld chemistry_tools=1.1.1=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 @@ Chemistry Tools
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/chemistry_tools
:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/chemistry_tools/v1.1.0
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/chemistry_tools/v1.1.1
:target: https://github.com/domdfcoding/chemistry_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 @@ -106,7 +106,7 @@ Chemistry Tools
:alt: GitHub top language

.. |commits-since| github-shield::
:commits-since: v1.1.0
:commits-since: v1.1.1
: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 = "chemistry_tools"
version = "1.1.0"
version = "1.1.1"
description = "Python tools for analysis of chemical compounds."
readme = "README.rst"
keywords = [ "chemistry", "utility",]
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: chemistry_tools
copyright_years: "2019-2021"
author: "Dominic Davis-Foster"
email: "dominic@davis-foster.co.uk"
version: "1.1.0"
version: "1.1.1"
username: "domdfcoding"
license: 'LGPLv3+'
short_desc: 'Python tools for analysis of chemical compounds.'
Expand Down

0 comments on commit e7a1b83

Please sign in to comment.