Skip to content

Commit 1806eff

Browse files
committed
Bump version v2022.5.18 -> v2023.6.30
1 parent 6e5c96c commit 1806eff

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 = 2022.5.18
2+
current_version = 2023.6.30
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ but may be useful for other tools based on those.
8181
.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/pyproject-examples
8282
:alt: GitHub top language
8383

84-
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/pyproject-examples/v2022.5.18
84+
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/pyproject-examples/v2023.6.30
8585
:target: https://github.com/repo-helper/pyproject-examples/pulse
8686
:alt: GitHub commits since tagged version
8787

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 = "pyproject-examples"
7-
version = "2022.5.18"
7+
version = "2023.6.30"
88
description = "Example pyproject.toml configs for testing."
99
readme = "README.rst"
1010
requires-python = ">=3.6"

pyproject_examples/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
__author__: str = "Dominic Davis-Foster"
6060
__copyright__: str = "2021 Dominic Davis-Foster"
6161
__license__: str = "MIT License"
62-
__version__: str = "2022.5.18"
62+
__version__: str = "2023.6.30"
6363
__email__: str = "dominic@davis-foster.co.uk"
6464

6565
__all__ = [

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
email: 'dominic@davis-foster.co.uk'
77
username: 'repo-helper'
88
assignee: 'domdfcoding'
9-
version: '2022.5.18'
9+
version: '2023.6.30'
1010
license: 'MIT'
1111
short_desc: 'Example pyproject.toml configs for testing.'
1212

0 commit comments

Comments
 (0)