Skip to content

Commit

Permalink
release v1.1.7
Browse files Browse the repository at this point in the history
- closes #84
  • Loading branch information
valentynbez committed Jun 10, 2024
1 parent 8a8c22c commit a1fef38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Release]

## [1.1.7] - 2024-06-10
[1.1.7]: https://github.com/bioinf-MCB/Metagenomic-DeepFRI/compare/v1.1.5...v1.1.6

### Fixed
- resolved old naming issues (closes #84)

## [1.1.6] - 2024-06-04
[1.1.6]: https://github.com/bioinf-MCB/Metagenomic-DeepFRI/compare/v1.1.5...v1.1.6

Expand Down
2 changes: 1 addition & 1 deletion mDeepFRI/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

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

Expand Down

0 comments on commit a1fef38

Please sign in to comment.