File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.1 .0
2
+ current_version = 0.2 .0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ notebook2script
80
80
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/notebook2script
81
81
:alt: GitHub top language
82
82
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
84
84
:target: https://github.com/domdfcoding/notebook2script/pulse
85
85
:alt: GitHub commits since tagged version
86
86
Original file line number Diff line number Diff line change 26
26
2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
27
27
"""
28
28
29
- __version__ = "0.1 .0"
29
+ __version__ = "0.2 .0"
30
30
31
31
repo_root = pathlib .Path (__file__ ).parent
32
32
install_requires = (repo_root / "requirements.txt" ).read_text (encoding = "utf-8" ).split ('\n ' )
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ notebook2script
83
83
:alt: GitHub top language
84
84
85
85
.. |commits-since | github-shield ::
86
- :commits-since: v0.1 .0
86
+ :commits-since: v0.2 .0
87
87
:alt: GitHub commits since tagged version
88
88
89
89
.. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change 42
42
__author__ : str = "Dominic Davis-Foster"
43
43
__copyright__ : str = "2020 Dominic Davis-Foster"
44
44
__license__ : str = "GPLv2"
45
- __version__ : str = "0.1 .0"
45
+ __version__ : str = "0.2 .0"
46
46
__email__ : str = "dominic@davis-foster.co.uk"
47
47
48
48
__all__ = [
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ modname: notebook2script
2
2
copyright_years : " 2020"
3
3
author : " Dominic Davis-Foster"
4
4
email : " dominic@davis-foster.co.uk"
5
- version : " 0.1 .0"
5
+ version : " 0.2 .0"
6
6
username : " domdfcoding"
7
7
license : ' GPLv2'
8
8
short_desc : ' Convert Jupyter Notebooks to Python Scripts.'
You can’t perform that action at this time.
0 commit comments