diff --git a/CHANGELOG.md b/CHANGELOG.md index d242a89f4..9284e9040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/bihealth/snappy-pipeline/compare/v0.2.0...v0.2.1) (2024-07-01) + + +### Bug Fixes + +* switch from setup.py to pyproject toml ([#526](https://github.com/bihealth/snappy-pipeline/issues/526)) ([91b1e38](https://github.com/bihealth/snappy-pipeline/commit/91b1e3840961ae26e88e13875ebb102c56ceebb9)) + ## [0.2.0](https://github.com/bihealth/snappy-pipeline/compare/v0.1.0...v0.2.0) (2024-06-28) diff --git a/snappy_pipeline/version.py b/snappy_pipeline/version.py index d3ec452c3..3ced3581b 100644 --- a/snappy_pipeline/version.py +++ b/snappy_pipeline/version.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.2.1"