Skip to content

Commit dc42587

Browse files
committed
fix: stop instance API change
1 parent 58743ad commit dc42587

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nbox/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.13.0c6"
1+
__version__ = "0.13.0c7"
22
_major, _minor, _patch = __version__.split(".")
33
_major = int(_major)
44
_minor = int(_minor)

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 = "nbox"
3-
version = "0.13.0c6"
3+
version = "0.13.0c7"
44
description = "ML Inference 🥶"
55
authors = [
66
"NBX Research <research@nimblebox.ai>",

0 commit comments

Comments
 (0)