diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b44ff0..31315f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v0.3.25 (2025-01-17) + +### Fixes + +* fix: Assign mol ids in ReadInputStep ([`43b6b7e`](https://github.com/molinfo-vienna/nerdd-module/commit/43b6b7e09e8a8450b694806c48b621ac4456fb7f)) + +### Unknown + +* Merge pull request #60 from shirte/main + +fix: Assign mol ids in ReadInputStep ([`a624b1c`](https://github.com/molinfo-vienna/nerdd-module/commit/a624b1cc6dc7e659ae9e7327994461d262f0da85)) + + ## v0.3.24 (2025-01-15) ### Fixes diff --git a/pyproject.toml b/pyproject.toml index 1078fd7..56d8643 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "nerdd-module" -version = "0.3.24" +version = "0.3.25" description = "Base package to create NERDD modules" readme = "README.md" license = { file = "LICENSE" }