diff --git a/README.md b/README.md index f6801abf..9fad5e54 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,8 @@ The following is the corresponding `coola` versions and tested dependencies. | `coola` | `jax`* | `numpy`* | `pandas`* | `polars`* | `pyarrow`* | `torch`* | `xarray`* | `python` | |---------|-------------------|---------------------|----------------------|----------------------|-----------------------|---------------------|----------------------|---------------| | `main` | `>=0.4.1,<1.0` | `>=1.21,<3.0` | `>=1.3,<3.0` | `>=0.18.3,<2.0` | `>=10.0,<18.0` | `>=1.11,<3.0` | `>=2023.1` | `>=3.9,<3.14` | -| `0.0.4` | `>=0.4.1,<1.0` | `>=1.21,<3.0` | `>=1.3,<3.0` | `>=0.18.3,<2.0` | `>=10.0,<18.0` | `>=1.11,<3.0` | `>=2023.1` | `>=3.9,<3.14` | +| `0.8.5` | `>=0.4.1,<1.0` | `>=1.21,<3.0` | `>=1.3,<3.0` | `>=0.18.3,<2.0` | `>=10.0,<18.0` | `>=1.11,<3.0` | `>=2023.1` | `>=3.9,<3.14` | +| `0.8.4` | `>=0.4.1,<1.0` | `>=1.21,<3.0` | `>=1.3,<3.0` | `>=0.18.3,<2.0` | `>=10.0,<18.0` | `>=1.11,<3.0` | `>=2023.1` | `>=3.9,<3.14` | | `0.8.3` | `>=0.4.1,<1.0` | `>=1.21,<3.0` | `>=1.3,<3.0` | `>=0.18.3,<2.0` | `>=10.0,<18.0` | `>=1.11,<3.0` | `>=2023.1` | `>=3.9,<3.13` | | `0.8.2` | `>=0.4.1,<1.0` | `>=1.21,<3.0` | `>=1.3,<3.0` | `>=0.18.3,<2.0` | `>=10.0,<18.0` | `>=1.11,<3.0` | `>=2023.1` | `>=3.9,<3.13` | | `0.8.1` | `>=0.4.1,<1.0` | `>=1.21,<3.0` | `>=1.3,<3.0` | `>=0.18.3,<2.0` | `>=10.0,<18.0` | `>=1.11,<3.0` | `>=2023.1` | `>=3.9,<3.13` | diff --git a/pyproject.toml b/pyproject.toml index 8fc6bea5..af820af0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "coola" -version = "0.8.5a0" +version = "0.8.5" description = "Library to check equality between two complex/nested objects" readme = "README.md" authors = ["Thibaut Durand "]