Skip to content

Commit ed9003b

Browse files
committed
start new dev
1 parent d4de14b commit ed9003b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![PyPI](https://img.shields.io/pypi/v/deepvoice3_pytorch.svg)](https://pypi.python.org/pypi/deepvoice3_pytorch)
66
[![Build Status](https://travis-ci.org/r9y9/deepvoice3_pytorch.svg?branch=master)](https://travis-ci.org/r9y9/deepvoice3_pytorch)
77
[![Build status](https://ci.appveyor.com/api/projects/status/8eurjakfaofbr24k?svg=true)](https://ci.appveyor.com/project/r9y9/deepvoice3-pytorch)
8+
[![DOI](https://zenodo.org/badge/108992863.svg)](https://zenodo.org/badge/latestdoi/108992863)
89

910
PyTorch implementation of convolutional networks-based text-to-speech synthesis models:
1011

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import subprocess
88
from os.path import exists
99

10-
version = '0.1.0'
10+
version = '0.1.1'
1111

1212
# Adapted from https://github.com/pytorch/pytorch
1313
cwd = os.path.dirname(os.path.abspath(__file__))

0 commit comments

Comments
 (0)