Skip to content

Commit b47fe68

Browse files
committed
Bump version v0.2.0 -> v0.2.1
1 parent d28c324 commit b47fe68

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

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ notebook2script
9090
.. |language| image:: https://img.shields.io/github/languages/top/PyMassSpec/notebook2script
9191
:alt: GitHub top language
9292

93-
.. |commits-since| image:: https://img.shields.io/github/commits-since/PyMassSpec/notebook2script/v0.2.0
93+
.. |commits-since| image:: https://img.shields.io/github/commits-since/PyMassSpec/notebook2script/v0.2.1
9494
:target: https://github.com/PyMassSpec/notebook2script/pulse
9595
:alt: GitHub commits since tagged version
9696

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2020-2021 Dominic Davis-Foster <[email protected]>
2727
"""
2828

29-
__version__ = "0.2.0"
29+
__version__ = "0.2.1"
3030
repo_root = pathlib.Path(__file__).parent
3131
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')
3232
extras_require = {}

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ notebook2script
9595
:alt: GitHub top language
9696

9797
.. |commits-since| github-shield::
98-
:commits-since: v0.2.0
98+
:commits-since: v0.2.1
9999
:alt: GitHub commits since tagged version
100100

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

notebook2script/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
__author__: str = "Dominic Davis-Foster"
4343
__copyright__: str = "2020-2021 Dominic Davis-Foster"
4444
__license__: str = "GPLv2"
45-
__version__: str = "0.2.0"
45+
__version__: str = "0.2.1"
4646
__email__: str = "[email protected]"
4747

4848
__all__ = [

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 = "notebook2script"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "Convert Jupyter Notebooks to Python Scripts."
99
readme = "README.rst"
1010
keywords = [ "jupyter-notebook", "utility", "converter",]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ modname: notebook2script
22
copyright_years: "2020-2021"
33
author: "Dominic Davis-Foster"
44
5-
version: "0.2.0"
5+
version: "0.2.1"
66
username: "PyMassSpec"
77
assignee: "domdfcoding"
88
primary_conda_channel: "domdfcoding"

0 commit comments

Comments
 (0)