Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 3, 2024
1 parent 3e2566a commit 031b7e9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# CHANGELOG


## v1.0.2 (2024-12-03)

### Fixes

* fix: transparancy assignment ([`edbac07`](https://github.com/tsenoner/protspace/commit/edbac07b34021b901906e1bc77c4fb49f12030d2))

### Unknown

* Make Marker config dependent on visualization dimension ([`3e2566a`](https://github.com/tsenoner/protspace/commit/3e2566a82d6e9c0ec96efded8e74bdb55afb8626))


## v1.0.1 (2024-12-03)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "protspace"
version = "1.0.1"
version = "1.0.2"
description = "A visualisation tool for protein embeddings from pLMs"
authors = [{ name = "Tobias Senoner", email = "[email protected]" }]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/protspace/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.1"
__version__ = "1.0.2"

from . import app, main
from .utils import add_feature_style, prepare_json
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 031b7e9

Please sign in to comment.