Skip to content

Commit c296d57

Browse files
committed
Bump version v0.0.0 -> v0.1.0
1 parent 21a4f6e commit c296d57

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.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
@@ -77,7 +77,7 @@ sphinx-debuginfo
7777
.. |language| image:: https://img.shields.io/github/languages/top/sphinx-toolbox/sphinx-debuginfo
7878
:alt: GitHub top language
7979

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
8181
:target: https://github.com/sphinx-toolbox/sphinx-debuginfo/pulse
8282
:alt: GitHub commits since tagged version
8383

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2021 Dominic Davis-Foster <[email protected]>
2727
"""
2828

29-
__version__ = "0.0.0"
29+
__version__ = "0.1.0"
3030
repo_root = pathlib.Path(__file__).parent
3131
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')
3232
extras_require = {"all": []}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sphinx-debuginfo"
7-
version = "0.0.0"
7+
version = "0.1.0"
88
description = "A Sphinx extension to include debugging information in the output."
99
readme = "README.rst"
1010
keywords = [ "debug", "sphinx",]

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.0.0'
10+
version: '0.1.0'
1111
license: 'MIT'
1212
short_desc: 'A Sphinx extension to include debugging information in the output.'
1313

sphinx_debuginfo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
__author__: str = "Dominic Davis-Foster"
3939
__copyright__: str = "2021 Dominic Davis-Foster"
4040
__license__: str = "MIT License"
41-
__version__: str = "0.0.0"
41+
__version__: str = "0.1.0"
4242
__email__: str = "[email protected]"
4343

4444
__all__ = ["setup", "write_debug_info"]

0 commit comments

Comments
 (0)