Skip to content

Commit 6ee9758

Browse files
committed
Bump version v0.8.0 -> v0.8.1
1 parent c6e817c commit 6ee9758

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.8.0
2+
current_version = 0.8.1
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 @@ repo_helper_github
9191
.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/repo_helper_github
9292
:alt: GitHub top language
9393

94-
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/repo_helper_github/v0.8.0
94+
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/repo_helper_github/v0.8.1
9595
:target: https://github.com/repo-helper/repo_helper_github/pulse
9696
:alt: GitHub commits since tagged version
9797

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ repo_helper_github
9797
:alt: GitHub top language
9898

9999
.. |commits-since| github-shield::
100-
:commits-since: v0.8.0
100+
:commits-since: v0.8.1
101101
:alt: GitHub commits since tagged version
102102

103103
.. |commits-latest| github-shield::

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 = "repo_helper_github"
7-
version = "0.8.0"
7+
version = "0.8.1"
88
description = "Manage GitHub repositories with repo-helper."
99
readme = "README.rst"
1010
keywords = [ "github", "repo-helper",]

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
77
username: 'repo-helper'
88
assignee: 'domdfcoding'
9-
version: '0.8.0'
9+
version: '0.8.1'
1010
license: 'MIT'
1111
short_desc: "Manage GitHub repositories with repo-helper."
1212

repo_helper_github/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
__author__: str = "Dominic Davis-Foster"
7272
__copyright__: str = "2020-2021 Dominic Davis-Foster"
7373
__license__: str = "MIT License"
74-
__version__: str = "0.8.0"
74+
__version__: str = "0.8.1"
7575
__email__: str = "[email protected]"
7676

7777
__all__ = [

0 commit comments

Comments
 (0)