Skip to content

Commit

Permalink
Release v1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
valentynbez committed Jun 26, 2024
1 parent 2abb744 commit 77dd400
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ 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.7...HEAD
[Unreleased]: https://github.com/bioinf-MCB/Metagenomic-DeepFRI/compare/v1.1.8...HEAD

## [Release]

## [1.1.8] - 2024-06-26
[1.1.8]: https://github.com/bioinf-MCB/Metagenomic-DeepFRI/compare/v1.1.7...v1.1.8

### Added

Expand All @@ -15,10 +20,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Fixed
- hetero atom bug introduced by Ruff (c044a158)

## [Release]


- MacOS CI/CD bug connected to Foldcomp binary

## [1.1.7] - 2024-06-10
[1.1.7]: https://github.com/bioinf-MCB/Metagenomic-DeepFRI/compare/v1.1.6...v1.1.7
Expand Down
2 changes: 1 addition & 1 deletion mDeepFRI/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from mDeepFRI.mmseqs import QueryFile

__version__ = "1.1.7"
__version__ = "1.1.8"
__author__ = "Valentyn Bezshapkin <[email protected]>"
__licencse__ = "BSD-3-Clause"

Expand Down

0 comments on commit 77dd400

Please sign in to comment.