Skip to content

Commit ab61ca5

Browse files
committed
Bump version
1 parent 0e0e89a commit ab61ca5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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 = 0.2.0-alpha.0
2+
current_version = 0.2.0-beta.0
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

openskill/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from openskill.rate import rate, Rating, create_rating, team_rating, predict_win
33

44

5-
__version__ = "0.2.0-alpha.0"
5+
__version__ = "0.2.0-beta.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openskill"
3-
version = "0.2.0-alpha.0"
3+
version = "0.2.0-beta.0"
44
description = "Python implementation of Weng-Lin Bayesian ranking, a better, license-free alternative to TrueSkill."
55
authors = ["Taven <taven@outlook.in>"]
66
license = "MIT"

0 commit comments

Comments
 (0)