diff --git a/CHANGELOG.md b/CHANGELOG.md index 61ca641..efa5d01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog ========= +Version 0.91.2 +-------------- +* making lint work by excluding constants from check + +Version 0.91.1 -------------- * minor refactoring in ensemble module diff --git a/nkululeko/constants.py b/nkululeko/constants.py index 07b169c..3bf341d 100644 --- a/nkululeko/constants.py +++ b/nkululeko/constants.py @@ -1,2 +1,2 @@ -VERSION="0.91.1" +VERSION="0.91.2" SAMPLING_RATE = 16000