We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db3a70a + c4a7afb commit 7f93f08Copy full SHA for 7f93f08
2 files changed
clearbox_wrapper/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.3.5"
+__version__ = "0.3.6"
2
3
from .exceptions import ClearboxWrapperException
4
from .model import Model
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "clearbox-wrapper"
-version = "0.3.5"
+version = "0.3.6"
description = "An agnostic wrapper for the most common frameworks of ML models."
5
authors = ["Clearbox AI <info@clearbox.ai>"]
6
license = "Apache-2.0"
0 commit comments