From 7c2a83f1b54d807472319e0a2e8ed0039dc69f3e Mon Sep 17 00:00:00 2001 From: Rachel Hu Date: Wed, 24 Sep 2025 13:01:03 +0400 Subject: [PATCH] chore: bump up version --- pykoi/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"