diff --git a/CHANGELOG.md b/CHANGELOG.md index d680b10..b4e223b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog History +## 2.3.0 + +Updating dependencies: +Loosing compatibility with Python 3.6, but should work fine now under 3.9 + ## 2.2.0 Minor changes mainly fixing some issues: diff --git a/pyproject.toml b/pyproject.toml index 0c1cb86..a00ca54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "spleeter" -version = "2.2.2" +version = "2.3.0" description = "The Deezer source separation library with pretrained models based on tensorflow." authors = ["Deezer Research "] license = "MIT License"