From 7b805601df777ea0f58177d111ebf0dc22325a6b Mon Sep 17 00:00:00 2001 From: Vivek Joshy <8206808+vivekjoshy@users.noreply.github.com> Date: Sat, 12 Aug 2023 18:45:02 +0530 Subject: [PATCH] Bump patch number Signed-off-by: Vivek Joshy <8206808+vivekjoshy@users.noreply.github.com> --- .bumpversion.cfg | 6 +++--- README.md | 4 ++-- openskill/__init__.py | 2 +- pyproject.toml | 3 ++- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4cd3193..14fc973 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,15 +1,15 @@ [bumpversion] -current_version = 5.0.0 +current_version = 5.0.1 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)\.(?P\d+))? -serialize = +serialize = {major}.{minor}.{patch}-{release}.{build} {major}.{minor}.{patch} [bumpversion:part:release] optional_value = gamma -values = +values = alpha beta gamma diff --git a/README.md b/README.md index 96043d6..9b071e4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@

- + - Multiplayer Rating System. No Friction. + Multiplayer Rating System. No Friction.

diff --git a/openskill/__init__.py b/openskill/__init__.py index 7c26324..66aa4fb 100644 --- a/openskill/__init__.py +++ b/openskill/__init__.py @@ -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" diff --git a/pyproject.toml b/pyproject.toml index dd706b2..ab087eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"}, ] @@ -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" ]