Skip to content

Commit c202ea3

Browse files
committed
Bump version v0.0.0 -> v0.1.0
1 parent 0dcd70e commit c202ea3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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
@@ -69,7 +69,7 @@ flake8-github-action
6969
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/flake8-github-actions
7070
:alt: GitHub top language
7171

72-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8-github-actions/v0.0.0
72+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8-github-actions/v0.1.0
7373
:target: https://github.com/domdfcoding/flake8-github-actions/pulse
7474
:alt: GitHub commits since tagged version
7575

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
2727
"""
2828

29-
__version__ = "0.0.0"
29+
__version__ = "0.1.0"
3030

3131
repo_root = pathlib.Path(__file__).parent
3232
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')

flake8_github_actions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
__author__: str = "Dominic Davis-Foster"
3737
__copyright__: str = "2020 Dominic Davis-Foster"
3838
__license__: str = "MIT License"
39-
__version__: str = "0.0.0"
39+
__version__: str = "0.1.0"
4040
__email__: str = "dominic@davis-foster.co.uk"
4141

4242
__all__ = ["GitHubFormatter"]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ copyright_years: '2020'
55
author: 'Dominic Davis-Foster'
66
email: 'dominic@davis-foster.co.uk'
77
username: 'domdfcoding'
8-
version: '0.0.0'
8+
version: '0.1.0'
99
license: 'MIT'
1010
short_desc: 'GitHub Actions integration for flake8.'
1111

0 commit comments

Comments
 (0)