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.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 @@ -77,7 +77,7 @@ sphinx-debuginfo
77
77
.. |language | image :: https://img.shields.io/github/languages/top/sphinx-toolbox/sphinx-debuginfo
78
78
:alt: GitHub top language
79
79
80
- .. |commits-since | image :: https://img.shields.io/github/commits-since/sphinx-toolbox/sphinx-debuginfo/v0.0 .0
80
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/sphinx-toolbox/sphinx-debuginfo/v0.1 .0
81
81
:target: https://github.com/sphinx-toolbox/sphinx-debuginfo/pulse
82
82
:alt: GitHub commits since tagged version
83
83
Original file line number Diff line number Diff line change 26
26
2021 Dominic Davis-Foster <dominic@davis-foster.co.uk>
27
27
"""
28
28
29
- __version__ = "0.0 .0"
29
+ __version__ = "0.1 .0"
30
30
repo_root = pathlib .Path (__file__ ).parent
31
31
install_requires = (repo_root / "requirements.txt" ).read_text (encoding = "utf-8" ).split ('\n ' )
32
32
extras_require = {"all" : []}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " sphinx-debuginfo"
7
- version = " 0.0 .0"
7
+ version = " 0.1 .0"
8
8
description = " A Sphinx extension to include debugging information in the output."
9
9
readme = " README.rst"
10
10
keywords = [ " debug" , " sphinx" ,]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ email: 'dominic@davis-foster.co.uk'
7
7
username : ' sphinx-toolbox'
8
8
assignee : ' domdfcoding'
9
9
primary_conda_channel : ' domdfcoding'
10
- version : ' 0.0 .0'
10
+ version : ' 0.1 .0'
11
11
license : ' MIT'
12
12
short_desc : ' A Sphinx extension to include debugging information in the output.'
13
13
Original file line number Diff line number Diff line change 38
38
__author__ : str = "Dominic Davis-Foster"
39
39
__copyright__ : str = "2021 Dominic Davis-Foster"
40
40
__license__ : str = "MIT License"
41
- __version__ : str = "0.0 .0"
41
+ __version__ : str = "0.1 .0"
42
42
__email__ : str = "dominic@davis-foster.co.uk"
43
43
44
44
__all__ = ["setup" , "write_debug_info" ]
You can’t perform that action at this time.
0 commit comments