diff --git a/CHANGELOG.md b/CHANGELOG.md index 32539a8..9e1ef4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,27 @@ # CHANGELOG +## v0.9.2 (2024-10-17) + +### Fixes + +* fix: add version ([`f24300b`](https://github.com/tsenoner/ProtSpace/commit/f24300b2b258bb746f91a651b690d019d644910a)) + +### Unknown + +* Merge branch 'main' of github.com:tsenoner/ProtSpace ([`93948d2`](https://github.com/tsenoner/ProtSpace/commit/93948d2ee8d9be4485da11c56c87ba1ad4b8b9d6)) + + ## v0.9.1 (2024-10-16) ### Chores * chore: fix build process ([`a0b7907`](https://github.com/tsenoner/ProtSpace/commit/a0b79077a6d805f7409fa754dd0b988f26809901)) +### Continuous Integration + +* ci: modularize build process ([`af78bed`](https://github.com/tsenoner/ProtSpace/commit/af78bed0340d8f9bb865f44ce5b52a8d4d7dc39d)) + ### Fixes * fix: correct version ([`9f03843`](https://github.com/tsenoner/ProtSpace/commit/9f038436ef965f430e93e31e3714d372c6fbf868)) diff --git a/pyproject.toml b/pyproject.toml index 559ec94..e956a01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "protspace" -version = "0.9.1" +version = "0.9.2" description = "A visualisation tool for protein embeddings from pLMs" authors = [{ name = "Tobias Senoner", email = "tobias.senoner@tum.de" }] readme = "README.md"