inncrement version and Changelog

This commit is contained in:
mmoussallam
2021-08-24 17:35:46 +02:00
parent cefd1c59b1
commit 15f5fbedc9
2 changed files with 6 additions and 1 deletions

View File

@@ -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:

View File

@@ -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 <spleeter@deezer.com>"]
license = "MIT License"