Skip to content

Commit

Permalink
Bump version v0.5.0 -> v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jun 30, 2023
1 parent c2d3b6f commit 61eab3e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.0
current_version = 0.6.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ PyMassSpec NIST Search
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/pynist
:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/pynist/v0.5.0
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/pynist/v0.6.0
:target: https://github.com/domdfcoding/pynist/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 @@ -99,7 +99,7 @@ PyMassSpec NIST Search
:alt: GitHub top language

.. |commits-since| github-shield::
:commits-since: v0.5.0
:commits-since: v0.6.0
: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 = "setuptools.build_meta"

[project]
name = "pyms-nist-search"
version = "0.5.0"
version = "0.6.0"
description = "PyMassSpec extension for searching mass spectra using NIST's Mass Spectrum Search Engine."
readme = "README.rst"
requires-python = ">=3.6.1"
Expand Down
2 changes: 1 addition & 1 deletion repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repo_name: pynist
copyright_years: "2020-2021"
author: "Dominic Davis-Foster"
email: "dominic@davis-foster.co.uk"
version: "0.5.0"
version: "0.6.0"
username: "domdfcoding"
license: 'LGPLv3+'
short_desc: "PyMassSpec extension for searching mass spectra using NIST's Mass Spectrum Search Engine."
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 = pyms-nist-search
version = 0.5.0
version = 0.6.0
author = Dominic Davis-Foster
author_email = dominic@davis-foster.co.uk
license = GNU Lesser General Public License v3 or later (LGPLv3+)
Expand Down
2 changes: 1 addition & 1 deletion src/pyms_nist_search/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
__author__: str = "Dominic Davis-Foster"
__license__: str = "LGPLv3+"
__maintainer_email__: str = "dominic@davis-foster.co.uk"
__version__: str = "0.5.0"
__version__: str = "0.6.0"

__copyright__: str = "2020 Dominic Davis-Foster"
__email__: str = "dominic@davis-foster.co.uk"

0 comments on commit 61eab3e

Please sign in to comment.