Skip to content

Commit 7b52c1d

Browse files
committed
Bump version v0.2.1 -> v0.2.2
1 parent 9bf47c1 commit 7b52c1d

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.1
2+
current_version = 0.2.2
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ mh_utils
101101
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/mh_utils
102102
:alt: GitHub top language
103103

104-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/mh_utils/v0.2.1
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/mh_utils/v0.2.2
105105
:target: https://github.com/domdfcoding/mh_utils/pulse
106106
:alt: GitHub commits since tagged version
107107

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2020-2021 Dominic Davis-Foster <dominic@davis-foster.co.uk>
2727
"""
2828

29-
__version__ = "0.2.1"
29+
__version__ = "0.2.2"
3030
repo_root = pathlib.Path(__file__).parent
3131
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')
3232
extras_require = {}

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ mh_utils
105105
:alt: GitHub top language
106106

107107
.. |commits-since| github-shield::
108-
:commits-since: v0.2.1
108+
:commits-since: v0.2.2
109109
:alt: GitHub commits since tagged version
110110

111111
.. |commits-latest| github-shield::

mh_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
__copyright__: str = "2020 Dominic Davis-Foster"
2828

2929
__license__: str = "GNU Lesser General Public License v3 or later (LGPLv3+)"
30-
__version__: str = "0.2.1"
30+
__version__: str = "0.2.2"
3131
__email__: str = "dominic@davis-foster.co.uk"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "whey"
44

55
[project]
66
name = "mh_utils"
7-
version = "0.2.1"
7+
version = "0.2.2"
88
description = "Utilities for handing ancillary files produced by MassHunter."
99
readme = "README.rst"
1010
keywords = [ "chemistry", "mass-spectrometry", "chromatography",]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ copyright_years: 2020-2021
55
author: 'Dominic Davis-Foster'
66
email: 'dominic@davis-foster.co.uk'
77
username: 'domdfcoding'
8-
version: '0.2.1'
8+
version: '0.2.2'
99
license: 'LGPLv3+'
1010
short_desc: 'Utilities for handing ancillary files produced by MassHunter.'
1111

0 commit comments

Comments
 (0)