Skip to content

Commit 6830843

Browse files
committed
bump version
1 parent 049e798 commit 6830843

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

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

55
[project]
66
name = "vision-embedding-space-travelling"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "Browser-based exploration of vision embeddings in 3D space."
99
readme = "README.md"
1010
requires-python = ">=3.9"

vest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
interactive exploration using mouse and keyboard controls.
88
"""
99

10-
__version__ = "0.2.0"
10+
__version__ = "0.2.1"
1111

1212
from .app import create_app
1313
from .data_loader import DataLoader

0 commit comments

Comments
 (0)