Skip to content

Commit 5714244

Browse files
committed
Bump version: 0.0.0 → 0.0.1
1 parent 613159b commit 5714244

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

.bumpversion.cfg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
[bumpversion]
2-
current_version = 0.0.0
2+
current_version = 0.0.1
33
commit = True
44
tag = True
55

66
[bumpversion:file:repo_helper.yml]
7+
78
[bumpversion:file:__pkginfo__.py]
9+
810
[bumpversion:file:README.rst]
11+
912
[bumpversion:file:doc-source/index.rst]
13+
1014
[bumpversion:file:seed_intersphinx_mapping/__init__.py]

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ seed_intersphinx_mapping
8181
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/seed_intersphinx_mapping
8282
:alt: GitHub top language
8383

84-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/seed_intersphinx_mapping/v0.0.0
84+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/seed_intersphinx_mapping/v0.0.1
8585
:target: https://github.com/domdfcoding/seed_intersphinx_mapping/pulse
8686
:alt: GitHub commits since tagged version
8787

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
2020 Dominic Davis-Foster <[email protected]>
4040
"""
4141

42-
__version__ = "0.0.0"
42+
__version__ = "0.0.1"
4343
modname = "seed_intersphinx_mapping"
4444
pypi_name = "seed_intersphinx_mapping"
4545
import_name = "seed_intersphinx_mapping"

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ seed_intersphinx_mapping
8080
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/seed_intersphinx_mapping
8181
:alt: GitHub top language
8282

83-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/seed_intersphinx_mapping/v0.0.0
83+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/seed_intersphinx_mapping/v0.0.1
8484
:target: https://github.com/domdfcoding/seed_intersphinx_mapping/pulse
8585
:alt: GitHub commits since tagged version
8686

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ copyright_years: 2020
55
author: 'Dominic Davis-Foster'
66
77
username: 'domdfcoding'
8-
version: '0.0.0'
8+
version: '0.0.1'
99
license: 'MIT'
1010
short_desc: "Populate the Sphinx 'intersphinx_mapping' dictionary from the project's requirements."
1111

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.0.0"
38+
__version__: str = "0.0.1"
3939
__email__: str = "[email protected]"

0 commit comments

Comments
 (0)