Skip to content

Commit

Permalink
Bump version v0.0.0 -> v2022.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed May 3, 2022
1 parent 1e8b0d0 commit 9141f86
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.0
current_version = 2022.5.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ but may be useful for other tools based on those.
.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/pyproject-examples
:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/pyproject-examples/v0.0.0
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/pyproject-examples/v2022.5.3
:target: https://github.com/repo-helper/pyproject-examples/pulse
:alt: GitHub commits since tagged version

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "whey"

[project]
name = "pyproject-examples"
version = "0.0.0"
version = "2022.5.3"
description = "Example pyproject.toml configs for testing."
readme = "README.rst"
keywords = []
Expand Down
2 changes: 1 addition & 1 deletion pyproject_examples/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
__author__: str = "Dominic Davis-Foster"
__copyright__: str = "2021 Dominic Davis-Foster"
__license__: str = "MIT License"
__version__: str = "0.0.0"
__version__: str = "2022.5.3"
__email__: str = "[email protected]"

__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster'
email: '[email protected]'
username: 'repo-helper'
assignee: 'domdfcoding'
version: '0.0.0'
version: '2022.5.3'
license: 'MIT'
short_desc: 'Example pyproject.toml configs for testing.'

Expand Down

0 comments on commit 9141f86

Please sign in to comment.