From 3882191e5c629ec95e9d3a7b900e8bcb4c23c0b7 Mon Sep 17 00:00:00 2001 From: Jade Copet Date: Thu, 11 Jan 2024 16:46:01 +0000 Subject: [PATCH] Changelog and version --- CHANGELOG.md | 2 +- audiocraft/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bc38939..d9a014e5 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.2.0a] - TBD +## [1.2.0] - 2024-01-11 Adding stereo models. diff --git a/audiocraft/__init__.py b/audiocraft/__init__.py index 840aa263..018a37a7 100644 --- a/audiocraft/__init__.py +++ b/audiocraft/__init__.py @@ -23,4 +23,4 @@ # flake8: noqa from . import data, modules, models -__version__ = '1.2.0a2' +__version__ = '1.2.0'