Skip to content

Commit 1c62cee

Browse files
committed
Bump version v0.3.0 -> v0.3.1
1 parent f5df75f commit 1c62cee

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.3.0
2+
current_version = 0.3.1
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ seed_intersphinx_mapping
9191
.. |language| image:: https://img.shields.io/github/languages/top/sphinx-toolbox/seed_intersphinx_mapping
9292
:alt: GitHub top language
9393

94-
.. |commits-since| image:: https://img.shields.io/github/commits-since/sphinx-toolbox/seed_intersphinx_mapping/v0.3.0
94+
.. |commits-since| image:: https://img.shields.io/github/commits-since/sphinx-toolbox/seed_intersphinx_mapping/v0.3.1
9595
:target: https://github.com/sphinx-toolbox/seed_intersphinx_mapping/pulse
9696
:alt: GitHub commits since tagged version
9797

__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 <[email protected]>
2727
"""
2828

29-
__version__ = "0.3.0"
29+
__version__ = "0.3.1"
3030

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

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ seed_intersphinx_mapping
9393
:alt: GitHub top language
9494

9595
.. |commits-since| github-shield::
96-
:commits-since: v0.3.0
96+
:commits-since: v0.3.1
9797
:alt: GitHub commits since tagged version
9898

9999
.. |commits-latest| github-shield::

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ email: '[email protected]'
77
username: 'sphinx-toolbox'
88
assignee: 'domdfcoding'
99
primary_conda_channel: 'domdfcoding'
10-
version: '0.3.0'
10+
version: '0.3.1'
1111
license: 'MIT'
1212
short_desc: "Populate the Sphinx 'intersphinx_mapping' dictionary from the project's requirements."
1313

seed_intersphinx_mapping/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
__copyright__: str = "2020 Dominic Davis-Foster"
3636

3737
__license__: str = "MIT License"
38-
__version__: str = "0.3.0"
38+
__version__: str = "0.3.1"
3939
__email__: str = "[email protected]"

0 commit comments

Comments
 (0)