We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dd54bc + a1456a3 commit 6225502Copy full SHA for 6225502
pykoi/__init__.py
@@ -1,3 +1 @@
1
-from pykoi.application import Application
2
-
3
-__version__ = "0.0.9"
+__version__ = "0.0.10"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pykoi"
-version = "0.0.9"
+version = "0.0.10"
4
description = "pykoi: Active learning in one unified interface"
5
authors = ["CambioML <[email protected]>"]
6
license = "Apache"
0 commit comments