Skip to content

Commit f0ddab4

Browse files
committed
Bump version v0.1.0 -> v0.2.0
1 parent dfa4d98 commit f0ddab4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.1.0
2+
current_version = 0.2.0
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ notebook2script
8080
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/notebook2script
8181
:alt: GitHub top language
8282

83-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/notebook2script/v0.1.0
83+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/notebook2script/v0.2.0
8484
:target: https://github.com/domdfcoding/notebook2script/pulse
8585
:alt: GitHub commits since tagged version
8686

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
2727
"""
2828

29-
__version__ = "0.1.0"
29+
__version__ = "0.2.0"
3030

3131
repo_root = pathlib.Path(__file__).parent
3232
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ notebook2script
8383
:alt: GitHub top language
8484

8585
.. |commits-since| github-shield::
86-
:commits-since: v0.1.0
86+
:commits-since: v0.2.0
8787
:alt: GitHub commits since tagged version
8888

8989
.. |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 Dominic Davis-Foster"
4444
__license__: str = "GPLv2"
45-
__version__: str = "0.1.0"
45+
__version__: str = "0.2.0"
4646
__email__: str = "dominic@davis-foster.co.uk"
4747

4848
__all__ = [

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"
33
author: "Dominic Davis-Foster"
44
email: "dominic@davis-foster.co.uk"
5-
version: "0.1.0"
5+
version: "0.2.0"
66
username: "domdfcoding"
77
license: 'GPLv2'
88
short_desc: 'Convert Jupyter Notebooks to Python Scripts.'

0 commit comments

Comments
 (0)