diff --git a/frouros/__init__.py b/frouros/__init__.py index 5be7d65..472071b 100644 --- a/frouros/__init__.py +++ b/frouros/__init__.py @@ -1,3 +1,3 @@ """Frouros.""" -__version__ = "0.6.1" +__version__ = "0.7.0" diff --git a/pyproject.toml b/pyproject.toml index a3d7935..9894464 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "frouros" -version = "0.6.1" +version = "0.7.0" description = "An open-source Python library for drift detection in machine learning systems" authors = [ {name = "Jaime Céspedes Sisniega", email = "cespedes@ifca.unican.es"}