Skip to content

Commit 0ef3efd

Browse files
committed
Bump version v0.0.0 -> v0.1.0
1 parent 4a73d53 commit 0ef3efd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.0.0
2+
current_version = 0.1.0
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

__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.0.0"
29+
__version__ = "0.1.0"
3030

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

notebook2script/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
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"

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.0.0"
5+
version: "0.1.0"
66
username: "domdfcoding"
77
license: 'GPLv2'
88
short_desc: 'Convert Jupyter Notebooks to Python Scripts.'

0 commit comments

Comments
 (0)