From 533a3179049fb4af1d5a324fcc001e2720fa3555 Mon Sep 17 00:00:00 2001 From: FBurkhardt Date: Tue, 15 Oct 2024 10:54:43 +0200 Subject: [PATCH] 0.90.3 --- CHANGELOG.md | 4 ++++ nkululeko/constants.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fcce4b..b72945b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +Version 0.90.3 +-------------- +* refactorings and documentations + Version 0.90.2 -------------- * added probability output to finetuning classification models diff --git a/nkululeko/constants.py b/nkululeko/constants.py index 128ef56..fd6b826 100644 --- a/nkululeko/constants.py +++ b/nkululeko/constants.py @@ -1,2 +1,2 @@ -VERSION = "0.90.2" +VERSION="0.90.3" SAMPLING_RATE = 16000