diff --git a/CHANGELOG.md b/CHANGELOG.md index 0649ec0b..7828bcb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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/). -## [1.3.0a] - TBD +## [1.3.0] - 2024-05-02 Adding the MAGNeT model (https://arxiv.org/abs/2401.04577) along with hf checkpoints and a gradio demo app. diff --git a/audiocraft/__init__.py b/audiocraft/__init__.py index ddb5d3c4..062ab7e5 100644 --- a/audiocraft/__init__.py +++ b/audiocraft/__init__.py @@ -23,4 +23,4 @@ # flake8: noqa from . import data, modules, models -__version__ = '1.3.0a2' +__version__ = '1.3.0'