3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
- ## [ 0.0.2a ] - TBD
7
+ ## [ 0.0.2 ] - 2023-08-01
8
8
9
9
Improved demo, fixed top p (thanks @jnordberg ).
10
10
Original file line number Diff line number Diff line change 7
7
# flake8: noqa
8
8
from . import data , modules , models
9
9
10
- __version__ = '0.0.2a2 '
10
+ __version__ = '0.0.2 '
Original file line number Diff line number Diff line change 15
15
NAME = 'audiocraft'
16
16
DESCRIPTION = 'Audio research library for PyTorch'
17
17
18
- URL = 'https://github.com/fairinternal /audiocraft'
18
+ URL = 'https://github.com/facebookresearch /audiocraft'
19
19
AUTHOR = 'FAIR Speech & Audio'
20
- EMAIL = 'defossez@meta.com'
20
+ EMAIL = 'defossez@meta.com, jadecopet@meta.com '
21
21
REQUIRES_PYTHON = '>=3.8.0'
22
22
23
23
for line in open ('audiocraft/__init__.py' ):
0 commit comments