Skip to content

Commit 5d29081

Browse files
committed
Bump version: 0.0.1 → 0.0.2
1 parent c6f8ffd commit 5d29081

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
@@ -91,7 +91,7 @@ flake8_sphinx_links
9191
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/flake8-sphinx-links
9292
:alt: GitHub top language
9393

94-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8-sphinx-links/v0.0.1
94+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8-sphinx-links/v0.0.2
9595
:target: https://github.com/domdfcoding/flake8-sphinx-links/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
@@ -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 = "flake8_sphinx_links"
4444
pypi_name = "flake8_sphinx_links"
4545
import_name = "flake8_sphinx_links"

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ flake8_sphinx_links
9090
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/flake8-sphinx-links
9191
:alt: GitHub top language
9292

93-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8-sphinx-links/v0.0.1
93+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8-sphinx-links/v0.0.2
9494
:target: https://github.com/domdfcoding/flake8-sphinx-links/pulse
9595
:alt: GitHub commits since tagged version
9696

flake8_sphinx_links/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
__author__: str = "Dominic Davis-Foster"
4040
__copyright__: str = "2020 Dominic Davis-Foster"
4141
__license__: str = "MIT"
42-
__version__: str = "0.0.1"
42+
__version__: str = "0.0.2"
4343
__email__: str = "dominic@davis-foster.co.uk"
4444

4545
SXL001: str = "SXL001 Double backticked strings should be a link to Python documentation." # noqa: E501

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repo_name: flake8-sphinx-links
33
copyright_years: "2020"
44
author: "Dominic Davis-Foster"
55
email: "dominic@davis-foster.co.uk"
6-
version: "0.0.1"
6+
version: "0.0.2"
77
username: "domdfcoding"
88
license: 'MIT'
99
short_desc: "A flake8 plugin which checks docstrings for double backticked strings that should be links to the Python documentation."

0 commit comments

Comments
 (0)