From e719cd59ba0fe5c9292de6133983cf375468f065 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 13:50:00 +0000 Subject: [PATCH] chore(main): release 1.0.2 --- CHANGELOG.md | 7 +++++++ version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72c9671..7444977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/RIVM-bioinformatics/juno-cgmlst/compare/v1.0.1...v1.0.2) (2024-05-21) + + +### Bug Fixes + +* fix pulp version ([ff56c1e](https://github.com/RIVM-bioinformatics/juno-cgmlst/commit/ff56c1e177d731edb97233da7fe78193414bb732)) + ## [1.0.1](https://github.com/RIVM-bioinformatics/juno-cgmlst/compare/v1.0.0...v1.0.1) (2023-07-18) diff --git a/version.py b/version.py index e70868e..87d6fd2 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -__version__ = "1.0.1" +__version__ = "1.0.2" __package_name__ = "juno_cgmlst" __authors__ = "Alejandra Hernández Segura and Karim Hajji" __email__ = "karim.hajji@rivm.nl"