File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 5.0.0
2+ current_version = 5.0.1
33commit = False
44tag = False
55parse = (?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]
1111optional_value = gamma
12- values =
12+ values =
1313 alpha
1414 beta
1515 gamma
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ strict = true
4242
4343[project ]
4444name = " openskill"
45- version = " 5.0.0 "
45+ version = " 5.0.1 "
4646authors = [
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]
You can’t perform that action at this time.
0 commit comments