Skip to content

Commit 7c02453

Browse files
committed
Bump SDK version to 0.0.2 for workspace feature release
Was incorrectly set to 0.1.0. Master is 0.0.1, this release adds full API client, visualization rendering, workspace context, and platform module wrappers — 0.0.2 is the appropriate next version.
1 parent 82e568d commit 7c02453

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "openuba"
7-
version = "0.1.0"
7+
version = "0.0.2"
88
description = "OpenUBA CLI & SDK — install, run, and manage user behavior analytics models"
99
readme = "README.md"
1010
requires-python = ">=3.9"

sdk/src/openuba/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from openuba.visualization import VisualizationContext, render
55
from openuba.context import ModelContext
66

7-
__version__ = "0.1.0"
7+
__version__ = "0.0.2"
88

99
# Module-level client singleton
1010
_client = None

0 commit comments

Comments
 (0)