We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049e798 commit 6830843Copy full SHA for 6830843
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "vision-embedding-space-travelling"
7
-version = "0.2.0"
+version = "0.2.1"
8
description = "Browser-based exploration of vision embeddings in 3D space."
9
readme = "README.md"
10
requires-python = ">=3.9"
vest/__init__.py
@@ -7,7 +7,7 @@
interactive exploration using mouse and keyboard controls.
"""
-__version__ = "0.2.0"
+__version__ = "0.2.1"
11
12
from .app import create_app
13
from .data_loader import DataLoader
0 commit comments