Skip to content

Commit

Permalink
0.14.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 18, 2024
1 parent 47c7499 commit aeb50ab
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


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

### Fixes

* fix: jupyter notebook call ([`47c7499`](https://github.com/tsenoner/ProtSpace/commit/47c749912eeb33b0dbce8d771a287a01646664d7))

### Unknown

* remove github action pythonversion test ([`54ec6b1`](https://github.com/tsenoner/ProtSpace/commit/54ec6b106a3fd96a6c47b682163e3ae3c7ab4a72))


## v0.14.1 (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.1"
version = "0.14.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 +1 @@
__version__ = "0.14.1"
__version__ = "0.14.2"
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 aeb50ab

Please sign in to comment.