Skip to content

Commit

Permalink
0.14.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 19, 2024
1 parent a404c6d commit 5878c11
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# CHANGELOG


## v0.14.4 (2024-11-19)

### Fixes

* fix: populate __init__ file with scripts ([`a404c6d`](https://github.com/tsenoner/ProtSpace/commit/a404c6dafdb87978bfa29af1033ef00368cd878f))


## v0.14.3 (2024-11-18)

### 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 = "0.14.3"
version = "0.14.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__ = "0.14.3"
__version__ = "0.14.4"

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 5878c11

Please sign in to comment.