From 35681f8f11a70db312f9a5a27dd3b044b2b595a0 Mon Sep 17 00:00:00 2001 From: ZJaume Date: Tue, 11 Jul 2023 13:29:25 +0000 Subject: [PATCH] Update changelog and bump version --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80f4b1e..31d265f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Bicleaner AI 2.3.1: +### Added: +- `bicleaner-ai-download` quiet mode. + + ## Bicleaner AI 2.3.0: ### Added - Full models download from HF now accept a local path to store the model instead of using HF cache. diff --git a/pyproject.toml b/pyproject.toml index c74d76a..08c8822 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bicleaner-ai" -version = "2.3" +version = "2.3.1" license = {file = "LICENSE"} authors = [ { "name" = "Prompsit Language Engineering", "email" = "info@prompsit.com" }