Skip to content

Commit 676922d

Browse files
committed
Bump version v0.0.0 -> v0.1.0
1 parent 3754750 commit 676922d

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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
@@ -81,7 +81,7 @@ html-section
8181
.. |language| image:: https://img.shields.io/github/languages/top/sphinx-toolbox/html-section
8282
:alt: GitHub top language
8383

84-
.. |commits-since| image:: https://img.shields.io/github/commits-since/sphinx-toolbox/html-section/v0.0.0
84+
.. |commits-since| image:: https://img.shields.io/github/commits-since/sphinx-toolbox/html-section/v0.1.0
8585
:target: https://github.com/sphinx-toolbox/html-section/pulse
8686
:alt: GitHub commits since tagged version
8787

html_section/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
__author__: str = "Dominic Davis-Foster"
5252
__copyright__: str = "2021 Dominic Davis-Foster"
5353
__license__: str = "BSD License"
54-
__version__: str = "0.0.0"
54+
__version__: str = "0.1.0"
5555
__email__: str = "dominic@davis-foster.co.uk"
5656

5757
__all__ = [

pyproject.toml

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

55
[project]
66
name = "html-section"
7-
version = "0.0.0"
7+
version = "0.1.0"
88
description = "Sphinx extension to hide section headers with non-HTML builders."
99
readme = "README.rst"
1010
keywords = [ "documentation", "sphinx", "sphinx-extension",]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster'
66
email: 'dominic@davis-foster.co.uk'
77
username: 'sphinx-toolbox'
88
assignee: 'domdfcoding'
9-
version: '0.0.0'
9+
version: '0.1.0'
1010
license: 'BSD'
1111
short_desc: 'Sphinx extension to hide section headers with non-HTML builders.'
1212

0 commit comments

Comments
 (0)