Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 2, 2025
1 parent 82efdf4 commit ff7e2e8
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 18 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.4 (2025-01-02)

### Fixes

* fix: wrong import in prepare_json ([`82efdf4`](https://github.com/tsenoner/protspace/commit/82efdf449976c4d00ce4661a9f1f1a31a0ad77a5))

### Unknown

* refactore: add quality check to prepare_json.py ([`f87cdb6`](https://github.com/tsenoner/protspace/commit/f87cdb626b1a5dda7e49298585bc388f6e1939f8))


## v1.0.3 (2024-12-18)

### Documentation
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.3"
version = "1.0.4"
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.3"
__version__ = "1.0.4"

from . import app, main
from .utils import add_feature_style, prepare_json
Expand Down
32 changes: 16 additions & 16 deletions uv.lock

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

0 comments on commit ff7e2e8

Please sign in to comment.