Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img height="115px" src="images/logo.png" alt="frouros_logo">
<img height="115px" src="https://raw.githubusercontent.com/IFCA/frouros/main/images/logo.png" alt="logo">
</p>

---
Expand Down
2 changes: 1 addition & 1 deletion frouros/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Frouros."""

__version__ = "0.3.0"
__version__ = "0.3.1"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "frouros"
version = "0.3.0"
description = "An open source Python library for drift detection in machine learning systems"
version = "0.3.1"
description = "An open source Python library for drift detection in machine Learning systems"
authors = [
{name = "Jaime Céspedes Sisniega", email = "cespedes@ifca.unican.es"}
]
Expand Down