Skip to content

Commit

Permalink
Merge pull request #34 from OpenDebates/release-status
Browse files Browse the repository at this point in the history
Correct development status
  • Loading branch information
vivekjoshy committed Feb 4, 2022
2 parents 9c1ea4f + db00d15 commit ba1a042
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?
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__ = "1.0.0"
__version__ = "1.0.1"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openskill"
version = "1.0.0"
version = "1.0.1"
description = "Python implementation of Weng-Lin Bayesian ranking, a better, license-free alternative to TrueSkill."
authors = ["Taven <taven@outlook.in>"]
license = "MIT"
Expand All @@ -15,7 +15,7 @@ keywords = [
"rating"
]
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
Expand Down

0 comments on commit ba1a042

Please sign in to comment.