Skip to content

Commit 6225502

Browse files
authored
Merge pull request #97 from CambioML/jojo-branch
bump up version to 0.0.10
2 parents 1dd54bc + a1456a3 commit 6225502

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pykoi/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
from pykoi.application import Application
2-
3-
__version__ = "0.0.9"
1+
__version__ = "0.0.10"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pykoi"
3-
version = "0.0.9"
3+
version = "0.0.10"
44
description = "pykoi: Active learning in one unified interface"
55
authors = ["CambioML <[email protected]>"]
66
license = "Apache"

0 commit comments

Comments
 (0)