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 11[bumpversion]
2- current_version = 0.0 .0
2+ current_version = 0.1 .0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ notebook2script
7272.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/notebook2script
7373 :alt: GitHub top language
7474
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
7676 :target: https://github.com/domdfcoding/notebook2script/pulse
7777 :alt: GitHub commits since tagged version
7878
Original file line number Diff line number Diff line change 26262020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
2727"""
2828
29- __version__ = "0.0 .0"
29+ __version__ = "0.1 .0"
3030
3131repo_root = pathlib .Path (__file__ ).parent
3232install_requires = (repo_root / "requirements.txt" ).read_text (encoding = "utf-8" ).split ('\n ' )
Original file line number Diff line number Diff line change 2525__author__ : str = "Dominic Davis-Foster"
2626__copyright__ : str = "2020 Dominic Davis-Foster"
2727__license__ : str = "GPLv2"
28- __version__ : str = "0.0 .0"
28+ __version__ : str = "0.1 .0"
2929__email__ : str = "dominic@davis-foster.co.uk"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ modname: notebook2script
22copyright_years : " 2020"
33author : " Dominic Davis-Foster"
44email : " dominic@davis-foster.co.uk"
5- version : " 0.0 .0"
5+ version : " 0.1 .0"
66username : " domdfcoding"
77license : ' GPLv2'
88short_desc : ' Convert Jupyter Notebooks to Python Scripts.'
You can’t perform that action at this time.
0 commit comments