Skip to content

Commit 7f93f08

Browse files
Merge pull request #21 from Clearbox-AI/develop
Develop
2 parents db3a70a + c4a7afb commit 7f93f08

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

clearbox_wrapper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.3.5"
1+
__version__ = "0.3.6"
22

33
from .exceptions import ClearboxWrapperException
44
from .model import Model

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 = "clearbox-wrapper"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
description = "An agnostic wrapper for the most common frameworks of ML models."
55
authors = ["Clearbox AI <info@clearbox.ai>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)