Skip to content

Commit 34ca564

Browse files
committed
v0.7.1
1 parent a9e0aff commit 34ca564

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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.7.0"
3+
__version__ = "0.7.1"

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.7.0"
3+
version = "0.7.1"
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.7.0",
3+
"version": "0.7.1",
44
"type": "module",
55
"license": "MIT",
66
"description": "Components for interactive embedding visualization",

packages/viewer/src/lib/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.7.0";
5+
export const EMBEDDING_ATLAS_VERSION = "0.7.1";

0 commit comments

Comments
 (0)