diff --git a/pykoi/__init__.py b/pykoi/__init__.py index eaa3f4d..ce4a481 100644 --- a/pykoi/__init__.py +++ b/pykoi/__init__.py @@ -2,4 +2,4 @@ __all__ = ["Application"] -__version__ = "0.0.10" +__version__ = "0.0.11" diff --git a/pyproject.toml b/pyproject.toml index 45818c9..d8924c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pykoi" -version = "0.0.10" +version = "0.0.11" description = "pykoi: Active learning in one unified interface" authors = ["CambioML "] license = "Apache"