Skip to content

Commit 10d7c81

Browse files
author
Jaime Céspedes Sisniega
authored
Merge pull request #210 from IFCA/fix-missing-pypi-logo
Fix missing pypi logo
2 parents 4f05c41 + 1717152 commit 10d7c81

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img height="115px" src="images/logo.png" alt="frouros_logo">
2+
<img height="115px" src="https://raw.githubusercontent.com/IFCA/frouros/main/images/logo.png" alt="logo">
33
</p>
44

55
---

frouros/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Frouros."""
22

3-
__version__ = "0.3.0"
3+
__version__ = "0.3.1"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "frouros"
3-
version = "0.3.0"
4-
description = "An open source Python library for drift detection in machine learning systems"
3+
version = "0.3.1"
4+
description = "An open source Python library for drift detection in machine Learning systems"
55
authors = [
66
{name = "Jaime Céspedes Sisniega", email = "cespedes@ifca.unican.es"}
77
]

0 commit comments

Comments
 (0)