Skip to content

Commit

Permalink
update version to 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
usaito committed Jun 15, 2022
1 parent 6112660 commit 721a3f3
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion obp/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.4"
__version__ = "0.5.5"
80 changes: 40 additions & 40 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "obp"
version = "0.5.4"
version = "0.5.5"
description = "Open Bandit Pipeline: a python library for off-policy evaluation and learning"
authors = ["Yuta Saito <[email protected]>"]
license = "Apache License 2.0"
Expand All @@ -19,7 +19,7 @@ seaborn = "^0.11.2"
pyieoe = "^0.1.1"
pingouin = "^0.4.0"
mypy-extensions = "^0.4.3"
Pillow = "9.1.0"
Pillow = "9.1.1"

[tool.poetry.dev-dependencies]
flake8 = "^3.9.2"
Expand Down

0 comments on commit 721a3f3

Please sign in to comment.