File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.0 .0
2
+ current_version = 0.1 .0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ notebook2script
72
72
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/notebook2script
73
73
:alt: GitHub top language
74
74
75
- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/notebook2script/v0.0 .0
75
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/notebook2script/v0.1 .0
76
76
:target: https://github.com/domdfcoding/notebook2script/pulse
77
77
:alt: GitHub commits since tagged version
78
78
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.0 .0"
29
+ __version__ = "0.1 .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 25
25
__author__ : str = "Dominic Davis-Foster"
26
26
__copyright__ : str = "2020 Dominic Davis-Foster"
27
27
__license__ : str = "GPLv2"
28
- __version__ : str = "0.0 .0"
28
+ __version__ : str = "0.1 .0"
29
29
__email__ : str = "dominic@davis-foster.co.uk"
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.0 .0"
5
+ version : " 0.1 .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