Skip to content

Commit 72cb16f

Browse files
authoredMay 2, 2024
Merge pull request #455 from facebookresearch/release_1.3.0
Release v1.3.0
2 parents 795f8dc + 44df50c commit 72cb16f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## [1.3.0a] - TBD
7+
## [1.3.0] - 2024-05-02
88

99
Adding the MAGNeT model (https://arxiv.org/abs/2401.04577) along with hf checkpoints and a gradio demo app.
1010

‎audiocraft/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
# flake8: noqa
2424
from . import data, modules, models
2525

26-
__version__ = '1.3.0a2'
26+
__version__ = '1.3.0'

0 commit comments

Comments
 (0)
Failed to load comments.