Skip to content

Commit ba1a042

Browse files
authored
Merge pull request #34 from OpenDebates/release-status
Correct development status
2 parents 9c1ea4f + db00d15 commit ba1a042

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"
@@ -15,7 +15,7 @@ keywords = [
1515
"rating"
1616
]
1717
classifiers = [
18-
"Development Status :: 2 - Pre-Alpha",
18+
"Development Status :: 5 - Production/Stable",
1919
"Intended Audience :: Developers",
2020
"License :: OSI Approved :: MIT License",
2121
"Natural Language :: English",

0 commit comments

Comments
 (0)