From 4d455666b536a44614d59e353296f748f4578022 Mon Sep 17 00:00:00 2001 From: Rachel Hu Date: Tue, 19 Sep 2023 22:23:36 -0700 Subject: [PATCH] bump up version --- pykoi/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pykoi/__init__.py b/pykoi/__init__.py index 16edacc..827a46b 100644 --- a/pykoi/__init__.py +++ b/pykoi/__init__.py @@ -1,3 +1,3 @@ from pykoi.application import Application -__version__ = "0.0.6" +__version__ = "0.0.7" diff --git a/pyproject.toml b/pyproject.toml index b731fe0..427934f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "pykoi" -version = "0.0.6" -description = "" +version = "0.0.7" +description = "pykoi: Active learning in one unified interface" authors = ["CambioML "] license = "Apache" readme = "README.md"