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 11[bumpversion]
2- current_version = 0.1 .0
2+ current_version = 0.2 .0
33commit = True
44tag = True
55
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 26262020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
2727"""
2828
29- __version__ = "0.1 .0"
29+ __version__ = "0.2 .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 @@ -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 ::
Original file line number Diff line number Diff line change 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__ = [
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.1 .0"
5+ version : " 0.2 .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