From 515a5b0f70c6e61f8c3329e9c033868a037ca1c9 Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Tue, 15 Oct 2024 17:42:56 +0100 Subject: [PATCH] Bump version v0.8.0 -> v0.9.0 --- .bumpversion.cfg | 2 +- .github/workflows/conda_ci.yml | 2 +- README.rst | 2 +- doc-source/index.rst | 2 +- mkrecipe/__init__.py | 2 +- pyproject.toml | 2 +- repo_helper.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 139cf5c..8410e8b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.0 +current_version = 0.9.0 commit = True tag = True diff --git a/.github/workflows/conda_ci.yml b/.github/workflows/conda_ci.yml index 9b40ae9..42d1851 100644 --- a/.github/workflows/conda_ci.yml +++ b/.github/workflows/conda_ci.yml @@ -58,7 +58,7 @@ jobs: - name: "Install package" run: | - $CONDA/bin/conda install -c file://$(pwd)/conda-bld mkrecipe=0.8.0=py_1 -y || exit 1 + $CONDA/bin/conda install -c file://$(pwd)/conda-bld mkrecipe=0.9.0=py_1 -y || exit 1 - name: "Run Tests" run: | diff --git a/README.rst b/README.rst index 7462b26..483cdf1 100644 --- a/README.rst +++ b/README.rst @@ -101,7 +101,7 @@ mkrecipe .. |language| image:: https://img.shields.io/github/languages/top/repo-helper/mkrecipe :alt: GitHub top language -.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/mkrecipe/v0.8.0 +.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/mkrecipe/v0.9.0 :target: https://github.com/repo-helper/mkrecipe/pulse :alt: GitHub commits since tagged version diff --git a/doc-source/index.rst b/doc-source/index.rst index 621ae84..332a876 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -107,7 +107,7 @@ mkrecipe :alt: GitHub top language .. |commits-since| github-shield:: - :commits-since: v0.8.0 + :commits-since: v0.9.0 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/mkrecipe/__init__.py b/mkrecipe/__init__.py index 362eabc..8705480 100644 --- a/mkrecipe/__init__.py +++ b/mkrecipe/__init__.py @@ -54,7 +54,7 @@ __author__: str = "Dominic Davis-Foster" __copyright__: str = "2020-2021 Dominic Davis-Foster" __license__: str = "MIT License" -__version__: str = "0.8.0" +__version__: str = "0.9.0" __email__: str = "dominic@davis-foster.co.uk" __all__ = ("MaryBerry", "make_recipe", "filter_reqs_with_markers", "filter_reqs_by_py_version") diff --git a/pyproject.toml b/pyproject.toml index f4c9637..806f270 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "whey" [project] name = "mkrecipe" -version = "0.8.0" +version = "0.9.0" description = "A tool to create recipes for building conda packages from distributions on PyPI." readme = "README.rst" keywords = [ "conda", "distribution", "packaging", "pep621",] diff --git a/repo_helper.yml b/repo_helper.yml index 20839f9..c8aad43 100644 --- a/repo_helper.yml +++ b/repo_helper.yml @@ -7,7 +7,7 @@ email: 'dominic@davis-foster.co.uk' username: 'repo-helper' assignee: 'domdfcoding' primary_conda_channel: "domdfcoding" -version: '0.8.0' +version: '0.9.0' license: 'MIT' short_desc: 'A tool to create recipes for building conda packages from distributions on PyPI.'