Skip to content

Commit 207888c

Browse files
committedAug 1, 2023
v0.0.2
1 parent 6b23f77 commit 207888c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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-
## [0.0.2a] - TBD
7+
## [0.0.2] - 2023-08-01
88

99
Improved demo, fixed top p (thanks @jnordberg).
1010

‎audiocraft/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
# flake8: noqa
88
from . import data, modules, models
99

10-
__version__ = '0.0.2a2'
10+
__version__ = '0.0.2'

‎setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
NAME = 'audiocraft'
1616
DESCRIPTION = 'Audio research library for PyTorch'
1717

18-
URL = 'https://github.com/fairinternal/audiocraft'
18+
URL = 'https://github.com/facebookresearch/audiocraft'
1919
AUTHOR = 'FAIR Speech & Audio'
20-
EMAIL = 'defossez@meta.com'
20+
EMAIL = 'defossez@meta.com, jadecopet@meta.com'
2121
REQUIRES_PYTHON = '>=3.8.0'
2222

2323
for line in open('audiocraft/__init__.py'):

0 commit comments

Comments
 (0)
Failed to load comments.