Skip to content

Commit fd1dd03

Browse files
committed
Bump version v0.2.0 -> v0.2.1
1 parent f8544e2 commit fd1dd03

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.0
2+
current_version = 0.2.1
33
commit = True
44
tag = True
55

.github/workflows/conda_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: "Install package"
6161
run: |
62-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld pymassspec-plot=0.2.0=py_1 -y || exit 1
62+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld pymassspec-plot=0.2.1=py_1 -y || exit 1
6363
6464
- name: "Run Tests"
6565
run: |

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ PyMassSpec-Plot
101101
.. |language| image:: https://img.shields.io/github/languages/top/PyMassSpec/PyMassSpec-Plot
102102
:alt: GitHub top language
103103

104-
.. |commits-since| image:: https://img.shields.io/github/commits-since/PyMassSpec/PyMassSpec-Plot/v0.2.0
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/PyMassSpec/PyMassSpec-Plot/v0.2.1
105105
:target: https://github.com/PyMassSpec/PyMassSpec-Plot/pulse
106106
:alt: GitHub commits since tagged version
107107

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ PyMassSpec-Plot
107107
:alt: GitHub top language
108108

109109
.. |commits-since| github-shield::
110-
:commits-since: v0.2.0
110+
:commits-since: v0.2.1
111111
:alt: GitHub commits since tagged version
112112

113113
.. |commits-latest| github-shield::

pymassspec_plot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
__author__: str = "Dominic Davis-Foster"
4848
__copyright__: str = "2020-2021 Dominic Davis-Foster"
4949
__license__: str = "GNU General Public License v2 (GPLv2)"
50-
__version__: str = "0.2.0"
50+
__version__: str = "0.2.1"
5151
__email__: str = "dominic@davis-foster.co.uk"
5252

5353
__all__ = ["plot_ic", "plot_mass_spec", "plot_peaks", "plot_head2tail", "ClickEventHandler"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "whey"
44

55
[project]
66
name = "PyMassSpec-Plot"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "Plotting extension for PyMassSpec."
99
readme = "README.rst"
1010
keywords = [ "chemistry", "chromatography", "mass-spectrometry", "visualization",]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ email: 'dominic@davis-foster.co.uk'
88
username: 'PyMassSpec'
99
assignee: 'domdfcoding'
1010
primary_conda_channel: 'domdfcoding'
11-
version: '0.2.0'
11+
version: '0.2.1'
1212
license: 'GPLv2'
1313
short_desc: 'Plotting extension for PyMassSpec.'
1414

0 commit comments

Comments
 (0)