diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 23419d0..5dbcf7f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1 +current_version = 0.2.2 commit = True tag = True diff --git a/README.rst b/README.rst index 7351ca6..0c20bec 100644 --- a/README.rst +++ b/README.rst @@ -101,7 +101,7 @@ mh_utils .. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/mh_utils :alt: GitHub top language -.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/mh_utils/v0.2.1 +.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/mh_utils/v0.2.2 :target: https://github.com/domdfcoding/mh_utils/pulse :alt: GitHub commits since tagged version diff --git a/__pkginfo__.py b/__pkginfo__.py index 2022197..2924dcf 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -26,7 +26,7 @@ 2020-2021 Dominic Davis-Foster """ -__version__ = "0.2.1" +__version__ = "0.2.2" repo_root = pathlib.Path(__file__).parent install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n') extras_require = {} diff --git a/doc-source/index.rst b/doc-source/index.rst index 6fa8010..d27f6df 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -105,7 +105,7 @@ mh_utils :alt: GitHub top language .. |commits-since| github-shield:: - :commits-since: v0.2.1 + :commits-since: v0.2.2 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/mh_utils/__init__.py b/mh_utils/__init__.py index 4430ec4..e662092 100644 --- a/mh_utils/__init__.py +++ b/mh_utils/__init__.py @@ -27,5 +27,5 @@ __copyright__: str = "2020 Dominic Davis-Foster" __license__: str = "GNU Lesser General Public License v3 or later (LGPLv3+)" -__version__: str = "0.2.1" +__version__: str = "0.2.2" __email__: str = "dominic@davis-foster.co.uk" diff --git a/pyproject.toml b/pyproject.toml index 3bf54ed..8065e69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "whey" [project] name = "mh_utils" -version = "0.2.1" +version = "0.2.2" description = "Utilities for handing ancillary files produced by MassHunter." readme = "README.rst" keywords = [ "chemistry", "mass-spectrometry", "chromatography",] diff --git a/repo_helper.yml b/repo_helper.yml index ef2b699..8967af8 100644 --- a/repo_helper.yml +++ b/repo_helper.yml @@ -5,7 +5,7 @@ copyright_years: 2020-2021 author: 'Dominic Davis-Foster' email: 'dominic@davis-foster.co.uk' username: 'domdfcoding' -version: '0.2.1' +version: '0.2.2' license: 'LGPLv3+' short_desc: 'Utilities for handing ancillary files produced by MassHunter.'