Skip to content

Commit 7b80560

Browse files
committed
Bump patch number
Signed-off-by: Vivek Joshy <8206808+vivekjoshy@users.noreply.github.com>
1 parent 06f264b commit 7b80560

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[bumpversion]
2-
current_version = 5.0.0
2+
current_version = 5.0.1
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?
6-
serialize =
6+
serialize =
77
{major}.{minor}.{patch}-{release}.{build}
88
{major}.{minor}.{patch}
99

1010
[bumpversion:part:release]
1111
optional_value = gamma
12-
values =
12+
values =
1313
alpha
1414
beta
1515
gamma

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<p align="center" style="text-align: center">
2-
<picture>
2+
<picture>
33
<source media="(prefers-color-scheme: dark)" srcset="https://i.imgur.com/7yAVFkZ.png">
44
<source media="(prefers-color-scheme: light)" srcset="https://i.imgur.com/UvrkUF3.png">
5-
<img alt="Multiplayer Rating System. No Friction." src="https://i.imgur.com/7yAVFkZ.png">
5+
<img alt="Multiplayer Rating System. No Friction." src="https://i.imgur.com/QJUy18S.png">
66
</picture>
77
</p>
88

openskill/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
# Metadata
8-
__version__ = "5.0.0"
8+
__version__ = "5.0.1"
99
__author__ = "Vivek Joshy"
1010
__email__ = "vivek@opendebates.net"
1111
__copyright__ = "Copyright 2023, Vivek Joshy"

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ strict = true
4242

4343
[project]
4444
name = "openskill"
45-
version = "5.0.0"
45+
version = "5.0.1"
4646
authors = [
4747
{name = "Vivek Joshy", email = "vivek@opendebates.net"},
4848
]
@@ -64,6 +64,7 @@ classifiers = [
6464
"Programming Language :: Python :: 3.9",
6565
"Programming Language :: Python :: 3.10",
6666
"Programming Language :: Python :: 3.11",
67+
"Programming Language :: Python :: 3.12",
6768
"Programming Language :: Python :: Implementation :: CPython",
6869
"Programming Language :: Python :: Implementation :: PyPy"
6970
]

0 commit comments

Comments
 (0)