Skip to content

Commit

Permalink
Bump version v0.0.0 -> v0.1.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jul 25, 2022
1 parent da9d132 commit 760dd8f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 11 deletions.
6 changes: 1 addition & 5 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion doc-source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down
2 changes: 1 addition & 1 deletion pymassspec_plot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",]
Expand Down
2 changes: 1 addition & 1 deletion repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.'

Expand Down

0 comments on commit 760dd8f

Please sign in to comment.