Skip to content

Commit

Permalink
Bump version v1.0.0 -> v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Apr 18, 2024
1 parent c6cf683 commit 4fc629f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.0.0
current_version = 1.0.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 @@ -57,7 +57,7 @@ jobs:
- name: "Install package"
run: |
$CONDA/bin/conda install -c file://$(pwd)/conda-bld chemistry_tools=1.0.0=py_1 -y || exit 1
$CONDA/bin/conda install -c file://$(pwd)/conda-bld chemistry_tools=1.0.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.0.0
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/chemistry_tools/v1.0.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.0.0
:commits-since: v1.0.1
:alt: GitHub commits since tagged version

.. |commits-latest| github-shield::
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ build-backend = "whey"

[project]
name = "chemistry_tools"
version = "1.0.0"
version = "1.0.1"
description = "Python tools for analysis of chemical compounds."
readme = "README.rst"
keywords = [ "chemistry", "utility",]
dynamic = [ "requires-python", "classifiers", "dependencies",]

[project.license]
file = "LICENSE"

[[project.authors]]
name = "Dominic Davis-Foster"
email = "dominic@davis-foster.co.uk"

[project.license]
file = "LICENSE"

[project.urls]
Homepage = "https://github.com/domdfcoding/chemistry_tools"
"Issue Tracker" = "https://github.com/domdfcoding/chemistry_tools/issues"
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.0.0"
version: "1.0.1"
username: "domdfcoding"
license: 'LGPLv3+'
short_desc: 'Python tools for analysis of chemical compounds.'
Expand Down

0 comments on commit 4fc629f

Please sign in to comment.