diff --git a/CHANGELOG.md b/CHANGELOG.md index a693175..892ac5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.2](https://github.com/RIVM-bioinformatics/ViroConstrictor/compare/v1.4.1...v1.4.2) (2024-04-03) + + +### Dependencies + +* update AmpliGone to version 1.3.1 ([b6a92c8](https://github.com/RIVM-bioinformatics/ViroConstrictor/commit/b6a92c8698b69cc518f73c3d59eda76aea53fbca)) + ## [1.4.1](https://github.com/RIVM-bioinformatics/ViroConstrictor/compare/v1.4.0...v1.4.1) (2024-03-22) diff --git a/CITATION.cff b/CITATION.cff index 42d545c..ba396b1 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -24,7 +24,7 @@ authors: National Institute for Public Health and the Environment (RIVM) - name: "The RIVM-IDS Bioinformatics team" -version: 1.4.1 #x-release-please-version +version: 1.4.2 #x-release-please-version doi: 10.5281/zenodo.7688035 identifiers: - type: doi diff --git a/ViroConstrictor/__init__.py b/ViroConstrictor/__init__.py index 1cc0c78..7f70e0d 100644 --- a/ViroConstrictor/__init__.py +++ b/ViroConstrictor/__init__.py @@ -1,2 +1,2 @@ -__version__ = "1.4.1" +__version__ = "1.4.2" __prog__ = "ViroConstrictor"