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.1
2
+ current_version = 0.0.2
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ seed_intersphinx_mapping
81
81
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/seed_intersphinx_mapping
82
82
:alt: GitHub top language
83
83
84
- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/seed_intersphinx_mapping/v0.0.1
84
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/seed_intersphinx_mapping/v0.0.2
85
85
:target: https://github.com/domdfcoding/seed_intersphinx_mapping/pulse
86
86
:alt: GitHub commits since tagged version
87
87
Original file line number Diff line number Diff line change 39
39
2020 Dominic Davis-Foster <[email protected] >
40
40
"""
41
41
42
- __version__ = "0.0.1 "
42
+ __version__ = "0.0.2 "
43
43
modname = "seed_intersphinx_mapping"
44
44
pypi_name = "seed_intersphinx_mapping"
45
45
import_name = "seed_intersphinx_mapping"
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ seed_intersphinx_mapping
80
80
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/seed_intersphinx_mapping
81
81
:alt: GitHub top language
82
82
83
- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/seed_intersphinx_mapping/v0.0.1
83
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/seed_intersphinx_mapping/v0.0.2
84
84
:target: https://github.com/domdfcoding/seed_intersphinx_mapping/pulse
85
85
:alt: GitHub commits since tagged version
86
86
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ copyright_years: 2020
5
5
author : ' Dominic Davis-Foster'
6
6
7
7
username : ' domdfcoding'
8
- version : ' 0.0.1 '
8
+ version : ' 0.0.2 '
9
9
license : ' MIT'
10
10
short_desc : " Populate the Sphinx 'intersphinx_mapping' dictionary from the project's requirements."
11
11
Original file line number Diff line number Diff line change 35
35
__copyright__ : str = "2020 Dominic Davis-Foster"
36
36
37
37
__license__ : str = "MIT License"
38
- __version__ : str = "0.0.1 "
38
+ __version__ : str = "0.0.2 "
39
39
__email__ :
str = "[email protected] "
You can’t perform that action at this time.
0 commit comments