Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekjoshy committed Jan 29, 2022
1 parent 0e0e89a commit ab61ca5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 = 0.2.0-alpha.0
current_version = 0.2.0-beta.0
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
2 changes: 1 addition & 1 deletion openskill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from openskill.rate import rate, Rating, create_rating, team_rating, predict_win


__version__ = "0.2.0-alpha.0"
__version__ = "0.2.0-beta.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openskill"
version = "0.2.0-alpha.0"
version = "0.2.0-beta.0"
description = "Python implementation of Weng-Lin Bayesian ranking, a better, license-free alternative to TrueSkill."
authors = ["Taven <taven@outlook.in>"]
license = "MIT"
Expand Down

0 comments on commit ab61ca5

Please sign in to comment.