Skip to content

Commit cc382a1

Browse files
committed
[cm] Bumping SDK version to 1.5.0
1 parent edf605c commit cc382a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

neutone_sdk/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from pathlib import Path
22

3-
SDK_VERSION = "1.4.3"
3+
SDK_VERSION = "1.5.0"
44

55
MAX_N_PARAMS = 4
66
MAX_N_CATEGORICAL_VALUES = 20

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 = "neutone_sdk"
3-
version = "1.4.3"
3+
version = "1.5.0"
44
description = "SDK for wrapping deep learning models for usage in the Neutone plugin"
55
readme = "README.md"
66
authors = ["Qosmo <[email protected]>"]

0 commit comments

Comments
 (0)