Skip to content

Commit f84a0a6

Browse files
committed
Bump version: 0.0.1 → 0.0.2
1 parent c90daf3 commit f84a0a6

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.1
2+
current_version = 0.0.2
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ This is a modified version of the `alabaster <https://github.com/bitprophet/alab
7878
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/repo_helper_sphinx_theme
7979
:alt: GitHub top language
8080

81-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/repo_helper_sphinx_theme/v0.0.1
81+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/repo_helper_sphinx_theme/v0.0.2
8282
:target: https://github.com/domdfcoding/repo_helper_sphinx_theme/pulse
8383
:alt: GitHub commits since tagged version
8484

__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 <dominic@davis-foster.co.uk>
4040
"""
4141

42-
__version__ = "0.0.1"
42+
__version__ = "0.0.2"
4343
modname = "repo_helper Theme"
4444
pypi_name = "repo_helper_sphinx_theme"
4545
import_name = "repo_helper_sphinx_theme"

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ This is a modified version of the `alabaster <https://github.com/bitprophet/alab
7878
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/repo_helper_sphinx_theme
7979
:alt: GitHub top language
8080

81-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/repo_helper_sphinx_theme/v0.0.1
81+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/repo_helper_sphinx_theme/v0.0.2
8282
:target: https://github.com/domdfcoding/repo_helper_sphinx_theme/pulse
8383
:alt: GitHub commits since tagged version
8484

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ copyright_years: "2020"
88
author: "Dominic Davis-Foster"
99
email: "dominic@davis-foster.co.uk"
1010
username: "domdfcoding"
11-
version: "0.0.1"
11+
version: "0.0.2"
1212
license: "BSD"
1313
short_desc: "Sphinx Theme for repo_helper."
1414

repo_helper_sphinx_theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
__copyright__: str = "2020 Dominic Davis-Foster"
5252

5353
__license__: str = "BSD"
54-
__version__: str = "0.0.1"
54+
__version__: str = "0.0.2"
5555
__email__: str = "dominic@davis-foster.co.uk"
5656

5757
__all__ = ["get_path", "update_context", "setup"]

0 commit comments

Comments
 (0)