Skip to content

Commit

Permalink
bump up version to 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jojortz committed Dec 23, 2023
1 parent 1dd54bc commit a1456a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions pykoi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
from pykoi.application import Application

__version__ = "0.0.9"
__version__ = "0.0.10"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pykoi"
version = "0.0.9"
version = "0.0.10"
description = "pykoi: Active learning in one unified interface"
authors = ["CambioML <wanwanaiai45@gmail.com>"]
license = "Apache"
Expand Down

0 comments on commit a1456a3

Please sign in to comment.