diff --git a/CHANGELOG.md b/CHANGELOG.md index 047acea..5c83964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -[Unreleased]: https://github.com/bioinf-MCB/Metagenomic-DeepFRI/compare/v1.1.2...HEAD +[Unreleased]: https://github.com/bioinf-MCB/Metagenomic-DeepFRI/compare/v1.1.3...HEAD + +## [v1.1.3] - 2024-02-22 +[v1.1.2]: https://github.com/bioinf-MCB/Metagenomic-DeepFRI/compare/v1.1.2...v1.1.3 + +### Fixes +- bug where MMseqs2 returned empty results search [#73](https://github.com/bioinf-mcb/Metagenomic-DeepFRI/issues/73) ## [v1.1.2] - 2024-02-22 [v1.1.2]: https://github.com/bioinf-MCB/Metagenomic-DeepFRI/compare/v1.1.1...v1.1.2 diff --git a/mDeepFRI/__init__.py b/mDeepFRI/__init__.py index 535198a..10375c3 100644 --- a/mDeepFRI/__init__.py +++ b/mDeepFRI/__init__.py @@ -1,6 +1,6 @@ import os -__version__ = "1.1.2" +__version__ = "1.1.3" repo_url = "https://huggingface.co/valentynbez/mDeepFRI/resolve/main/"