Skip to content

Commit

Permalink
Bump patch number
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Joshy <8206808+vivekjoshy@users.noreply.github.com>
  • Loading branch information
vivekjoshy committed Aug 12, 2023
1 parent 06f264b commit 7b80560
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[bumpversion]
current_version = 5.0.0
current_version = 5.0.1
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}-{release}.{build}
{major}.{minor}.{patch}

[bumpversion:part:release]
optional_value = gamma
values =
values =
alpha
beta
gamma
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<p align="center" style="text-align: center">
<picture>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://i.imgur.com/7yAVFkZ.png">
<source media="(prefers-color-scheme: light)" srcset="https://i.imgur.com/UvrkUF3.png">
<img alt="Multiplayer Rating System. No Friction." src="https://i.imgur.com/7yAVFkZ.png">
<img alt="Multiplayer Rating System. No Friction." src="https://i.imgur.com/QJUy18S.png">
</picture>
</p>

Expand Down
2 changes: 1 addition & 1 deletion openskill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


# Metadata
__version__ = "5.0.0"
__version__ = "5.0.1"
__author__ = "Vivek Joshy"
__email__ = "vivek@opendebates.net"
__copyright__ = "Copyright 2023, Vivek Joshy"
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ strict = true

[project]
name = "openskill"
version = "5.0.0"
version = "5.0.1"
authors = [
{name = "Vivek Joshy", email = "vivek@opendebates.net"},
]
Expand All @@ -64,6 +64,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy"
]
Expand Down

0 comments on commit 7b80560

Please sign in to comment.