From 760dd8f12e08745bc21b60accacf926cb9f97719 Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Mon, 25 Jul 2022 16:41:14 +0100 Subject: [PATCH] Bump version v0.0.0 -> v0.1.0b1 --- .bumpversion.cfg | 6 +----- .github/workflows/conda_ci.yml | 2 +- README.rst | 2 +- doc-source/index.rst | 2 +- pymassspec_plot/__init__.py | 2 +- pyproject.toml | 2 +- repo_helper.yml | 2 +- 7 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5e3af11..9d86360 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,12 +1,8 @@ [bumpversion] -current_version = 0.0.0 +current_version = 0.1.0b1 commit = True tag = True -[bumpversion:file:PyMassSpec_Plot/__init__.py] -search = : str = "{current_version}" -replace = : str = "{new_version}" - [bumpversion:file:README.rst] [bumpversion:file:doc-source/index.rst] diff --git a/.github/workflows/conda_ci.yml b/.github/workflows/conda_ci.yml index 8700f1a..5d5d50c 100644 --- a/.github/workflows/conda_ci.yml +++ b/.github/workflows/conda_ci.yml @@ -56,7 +56,7 @@ jobs: - name: "Install package" run: | - $CONDA/bin/conda install -c file://$(pwd)/conda-bld pymassspec-plot=0.0.0=py_1 -y || exit 1 + $CONDA/bin/conda install -c file://$(pwd)/conda-bld pymassspec-plot=0.1.0b1=py_1 -y || exit 1 - name: "Run Tests" run: | diff --git a/README.rst b/README.rst index 2be543d..360f5d9 100644 --- a/README.rst +++ b/README.rst @@ -101,7 +101,7 @@ PyMassSpec-Plot .. |language| image:: https://img.shields.io/github/languages/top/PyMassSpec/PyMassSpec-Plot :alt: GitHub top language -.. |commits-since| image:: https://img.shields.io/github/commits-since/PyMassSpec/PyMassSpec-Plot/v0.0.0 +.. |commits-since| image:: https://img.shields.io/github/commits-since/PyMassSpec/PyMassSpec-Plot/v0.1.0b1 :target: https://github.com/PyMassSpec/PyMassSpec-Plot/pulse :alt: GitHub commits since tagged version diff --git a/doc-source/index.rst b/doc-source/index.rst index dd99fa6..4a38695 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -107,7 +107,7 @@ PyMassSpec-Plot :alt: GitHub top language .. |commits-since| github-shield:: - :commits-since: v0.0.0 + :commits-since: v0.1.0b1 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/pymassspec_plot/__init__.py b/pymassspec_plot/__init__.py index 9c52721..f5d4083 100644 --- a/pymassspec_plot/__init__.py +++ b/pymassspec_plot/__init__.py @@ -47,7 +47,7 @@ __author__: str = "Dominic Davis-Foster" __copyright__: str = "2020-2021 Dominic Davis-Foster" __license__: str = "GNU General Public License v2 (GPLv2)" -__version__: str = "0.0.0" +__version__: str = "0.1.0b1" __email__: str = "dominic@davis-foster.co.uk" __all__ = ["plot_ic", "plot_mass_spec", "plot_peaks", "plot_head2tail", "ClickEventHandler"] diff --git a/pyproject.toml b/pyproject.toml index 8aed88f..d778889 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "whey" [project] name = "PyMassSpec-Plot" -version = "0.0.0" +version = "0.1.0b1" description = "Plotting extension for PyMassSpec." readme = "README.rst" keywords = [ "chemistry", "chromatography", "mass-spectrometry", "visualization",] diff --git a/repo_helper.yml b/repo_helper.yml index 118a59b..d283e2d 100644 --- a/repo_helper.yml +++ b/repo_helper.yml @@ -8,7 +8,7 @@ email: 'dominic@davis-foster.co.uk' username: 'PyMassSpec' assignee: 'domdfcoding' primary_conda_channel: 'domdfcoding' -version: '0.0.0' +version: '0.1.0b1' license: 'GPLv2' short_desc: 'Plotting extension for PyMassSpec.'