From 15f5fbedc9db2b40396dde7793627953827ca5f8 Mon Sep 17 00:00:00 2001 From: mmoussallam Date: Tue, 24 Aug 2021 17:35:46 +0200 Subject: [PATCH] inncrement version and Changelog --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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"