Skip to content

Commit 5938e87

Browse files
authored
chore: bump version to 0.20.0 (#190)
1 parent ceda439 commit 5938e87

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Copyright (c) 2025 Apple Inc. Licensed under MIT License.
22

3-
__version__ = "0.19.1"
3+
__version__ = "0.20.0"

packages/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "embedding-atlas"
3-
version = "0.19.1"
3+
version = "0.20.0"
44
license = "MIT"
55
description = "A tool for visualizing embeddings"
66
keywords = ["embedding", "visualization"]

packages/backend/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/embedding-atlas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embedding-atlas",
3-
"version": "0.19.1",
3+
"version": "0.20.0",
44
"type": "module",
55
"license": "MIT",
66
"description": "Components for interactive embedding visualization",

packages/viewer/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
// Compile-time constants.
44

5-
export const EMBEDDING_ATLAS_VERSION = "0.19.1";
5+
export const EMBEDDING_ATLAS_VERSION = "0.20.0";

0 commit comments

Comments
 (0)