diff --git a/CHANGELOG.md b/CHANGELOG.md index a9c4725..f5ab22e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/mDeepFRI/__init__.py b/mDeepFRI/__init__.py index d4261d4..fc4a83c 100644 --- a/mDeepFRI/__init__.py +++ b/mDeepFRI/__init__.py @@ -2,7 +2,7 @@ from mDeepFRI.mmseqs import QueryFile -__version__ = "1.1.7" +__version__ = "1.1.8" __author__ = "Valentyn Bezshapkin " __licencse__ = "BSD-3-Clause" diff --git a/pyproject.toml b/pyproject.toml index f177df0..6b3ef06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,3 @@ exclude = [ "tests/", "docs/" ] - -[tool.pytest.ini_options] -addopts = "--ignore=boost_1_81_0" diff --git a/setup.cfg b/setup.cfg index 7f92c6f..81c96cd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ zip_safe = false packages = mDeepFRI python_requires = >=3.11 setup_requires = - setuptools >=58.2 + setuptools >=59.8 cython ~=3.0 archspec ~=0.2.0 install_requires =