Skip to content

Commit 7b15bb6

Browse files
committed
Bump patch version
1 parent a0e7fb2 commit 7b15bb6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.0
2+
current_version = 1.0.1
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?

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__ = "1.0.0"
5+
__version__ = "1.0.1"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openskill"
3-
version = "1.0.0"
3+
version = "1.0.1"
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"
@@ -96,5 +96,5 @@ python_files = [
9696
]
9797

9898
[build-system]
99-
requires = ["poetry-core>=1.0.0"]
99+
requires = ["poetry-core>=1.0.1"]
100100
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)