From 1045429d6aab9d729b0c9f3c49b93f1b8feb7ba7 Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Wed, 16 Oct 2024 15:10:08 +0100 Subject: [PATCH] Bump version v0.2.0 -> v0.3.0 --- .bumpversion.cfg | 2 +- .github/workflows/conda_ci.yml | 2 +- README.rst | 2 +- doc-source/index.rst | 2 +- pyproject.toml | 2 +- repo_helper.yml | 2 +- whey_conda/__init__.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index dfe0aa2..412cf6a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.3.0 commit = True tag = True diff --git a/.github/workflows/conda_ci.yml b/.github/workflows/conda_ci.yml index d486fb6..82f5cb5 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 whey-conda=0.2.0=py_1 -y || exit 1 + $CONDA/bin/conda install -c file://$(pwd)/conda-bld whey-conda=0.3.0=py_1 -y || exit 1 - name: "Run Tests" run: | diff --git a/README.rst b/README.rst index 93942e0..1f0d32b 100644 --- a/README.rst +++ b/README.rst @@ -101,7 +101,7 @@ whey-conda .. |language| image:: https://img.shields.io/github/languages/top/repo-helper/whey-conda :alt: GitHub top language -.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/whey-conda/v0.2.0 +.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/whey-conda/v0.3.0 :target: https://github.com/repo-helper/whey-conda/pulse :alt: GitHub commits since tagged version diff --git a/doc-source/index.rst b/doc-source/index.rst index c3035ca..5cff6cf 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -107,7 +107,7 @@ whey-conda :alt: GitHub top language .. |commits-since| github-shield:: - :commits-since: v0.2.0 + :commits-since: v0.3.0 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/pyproject.toml b/pyproject.toml index 5a909a7..2f01fd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "whey" [project] name = "whey-conda" -version = "0.2.0" +version = "0.3.0" description = "Whey extension for creating Conda packages for Python projects." readme = "README.rst" keywords = [ "build", "conda", "distribution", "packaging", "pep621",] diff --git a/repo_helper.yml b/repo_helper.yml index 5b3a04b..ea44d71 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.2.0' +version: '0.3.0' license: 'MIT' short_desc: 'Whey extension for creating Conda packages for Python projects.' diff --git a/whey_conda/__init__.py b/whey_conda/__init__.py index 2c53d3a..60a223f 100644 --- a/whey_conda/__init__.py +++ b/whey_conda/__init__.py @@ -62,7 +62,7 @@ __author__: str = "Dominic Davis-Foster" __copyright__: str = "2020-2021 Dominic Davis-Foster" __license__: str = "MIT License" -__version__: str = "0.2.0" +__version__: str = "0.3.0" __email__: str = "dominic@davis-foster.co.uk"