Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MiXaiLL76 committed Jul 25, 2022
1 parent f98fbca commit 4bc69a5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,15 @@ For usage, look at the original `COCOEval` [class documentation.](https://github
- [x] Append confusion matrix
- [x] Append plotly backend support for ROC / AUC

# v1.1.3
- Segm bug-fix

# v1.1.4
- rebuild plotly backend

# v1.1.5
- bug fix

# TODOs
- [ ] Remove pycocotools dependencies

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup
from pybind11.setup_helpers import Pybind11Extension, build_ext

__version__='1.1.4'
__version__='1.1.5'

with open("README.md", "r") as fh:
long_description = fh.read()
Expand Down

0 comments on commit 4bc69a5

Please sign in to comment.